From 2a48e9630e9fab1e0edc9dd561609d6e964d2b01 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 16 Dec 2023 18:39:09 +0000 Subject: [PATCH] php: add index.php as default --- images/php-fpm/lighttpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/php-fpm/lighttpd.conf b/images/php-fpm/lighttpd.conf index b12a492..022f2a2 100644 --- a/images/php-fpm/lighttpd.conf +++ b/images/php-fpm/lighttpd.conf @@ -5,7 +5,7 @@ server.modules = ( server.document-root = "/srv/www" server.port = 3000 -index-file.names = ( "index.html" ) +index-file.names = ( "index.html", "index.php" ) static-file.exclude-extensions = ( ".php" ) fastcgi.server = ( ".php" =>