From 0f7c897742eac1be6f17d1503bb8cf98f02aa9d4 Mon Sep 17 00:00:00 2001 From: casjay Date: Tue, 18 Oct 2022 19:16:12 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=97=83=EF=B8=8F=20Committing=20everything?= =?UTF-8?q?=20that=20changed=20=F0=9F=97=83=EF=B8=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../share/template-files/config/lighttpd/mod_cgi.conf | 2 +- .../template-files/config/lighttpd/mod_fastcgi_fpm.conf | 3 ++- .../share/template-files/data/htdocs/www/css/index.css | 7 +++++-- .../local/share/template-files/data/htdocs/www/index.php | 7 +++---- 4 files changed, 11 insertions(+), 8 deletions(-) diff --git a/rootfs/usr/local/share/template-files/config/lighttpd/mod_cgi.conf b/rootfs/usr/local/share/template-files/config/lighttpd/mod_cgi.conf index 2a2b66d..852aa81 100644 --- a/rootfs/usr/local/share/template-files/config/lighttpd/mod_cgi.conf +++ b/rootfs/usr/local/share/template-files/config/lighttpd/mod_cgi.conf @@ -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" ) diff --git a/rootfs/usr/local/share/template-files/config/lighttpd/mod_fastcgi_fpm.conf b/rootfs/usr/local/share/template-files/config/lighttpd/mod_fastcgi_fpm.conf index 767421f..485edc9 100644 --- a/rootfs/usr/local/share/template-files/config/lighttpd/mod_fastcgi_fpm.conf +++ b/rootfs/usr/local/share/template-files/config/lighttpd/mod_fastcgi_fpm.conf @@ -7,7 +7,8 @@ fastcgi.server = ( (( "host" => "127.0.0.1", "port" => 9000, "bin-path" => "/usr/bin/php" - )), + )) +) fastcgi.map-extensions = ( ".php3" => ".php", diff --git a/rootfs/usr/local/share/template-files/data/htdocs/www/css/index.css b/rootfs/usr/local/share/template-files/data/htdocs/www/css/index.css index 647284d..ff40fb2 100644 --- a/rootfs/usr/local/share/template-files/data/htdocs/www/css/index.css +++ b/rootfs/usr/local/share/template-files/data/htdocs/www/css/index.css @@ -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; } + diff --git a/rootfs/usr/local/share/template-files/data/htdocs/www/index.php b/rootfs/usr/local/share/template-files/data/htdocs/www/index.php index 1becef5..dfa637d 100644 --- a/rootfs/usr/local/share/template-files/data/htdocs/www/index.php +++ b/rootfs/usr/local/share/template-files/data/htdocs/www/index.php @@ -24,7 +24,6 @@ - @@ -37,13 +36,13 @@ -
+

Congratulations

-

+

You have successfully installed CasjaysDev's lighttpd container

Click here to check php status




-

+