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" =>