mirror of
https://github.com/casjaysdevdocker/lighttpd
synced 2025-01-18 12:34:28 -05:00
🗃️ Committing everything that changed 🗃️
This commit is contained in:
parent
b5e7e49b5d
commit
0f7c897742
@ -12,7 +12,7 @@ cgi.assign = (
|
||||
".pl" => "/usr/bin/perl",
|
||||
".cgi" => "/usr/bin/perl",
|
||||
".rb" => "/usr/bin/ruby",
|
||||
".py" => "/usr/bin/python"
|
||||
".py" => "/usr/bin/python",
|
||||
".php" => "/usr/bin/php-cgi"
|
||||
)
|
||||
|
||||
|
@ -7,7 +7,8 @@ fastcgi.server = (
|
||||
(( "host" => "127.0.0.1",
|
||||
"port" => 9000,
|
||||
"bin-path" => "/usr/bin/php"
|
||||
)),
|
||||
))
|
||||
)
|
||||
|
||||
fastcgi.map-extensions = (
|
||||
".php3" => ".php",
|
||||
|
@ -1,9 +1,11 @@
|
||||
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700);
|
||||
@import url(./bootstrap.min.css);
|
||||
@import url(/css/bootstrap.min.css);
|
||||
|
||||
body {
|
||||
color: purple;
|
||||
background-image: url('../images/bg.png');
|
||||
text-align:center;
|
||||
align-content:center;
|
||||
background-image: url('/images/bg.png');
|
||||
}
|
||||
|
||||
th {
|
||||
@ -77,3 +79,4 @@ a:active {
|
||||
tr:hover {
|
||||
background-color: #f5f5f5;
|
||||
}
|
||||
|
||||
|
@ -24,7 +24,6 @@
|
||||
<link rel="apple-touch-icon" href="/images/icon.png" />
|
||||
|
||||
<link rel="stylesheet" href="/css/index.css" />
|
||||
|
||||
<script src="/js/errorpages/isup.js" defer></script>
|
||||
<script src="/js/errorpages/homepage.js" defer></script>
|
||||
<script src="/js/errorpages/loaddomain.js" defer></script>
|
||||
@ -37,13 +36,13 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="container text-center">
|
||||
<div class="h-100 container text-center">
|
||||
<h1 class="m-5">Congratulations</h1>
|
||||
<h2>
|
||||
<h3 class="main">
|
||||
You have successfully installed CasjaysDev's lighttpd container <br /><br />
|
||||
<a href="/info.php">Click here to check php status</a>
|
||||
<br /><br /><br /><br /><br />
|
||||
</h2>
|
||||
</h3>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user