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