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




-

+