🗃️ Committing everything that changed 🗃️

This commit is contained in:
casjay 2022-10-18 19:16:12 -04:00
parent b5e7e49b5d
commit 0f7c897742
No known key found for this signature in database
GPG Key ID: 4F765975C1F0EE5F
4 changed files with 11 additions and 8 deletions

View File

@ -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"
)

View File

@ -7,7 +7,8 @@ fastcgi.server = (
(( "host" => "127.0.0.1",
"port" => 9000,
"bin-path" => "/usr/bin/php"
)),
))
)
fastcgi.map-extensions = (
".php3" => ".php",

View File

@ -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;
}

View File

@ -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>