From 640a618c3d032adb8b8693e8709172f8af8719f8 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Sat, 16 Dec 2023 14:59:24 +0000 Subject: [PATCH] php-fpm: change webroot ...ugh, another rebuild --- 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 92add2c..b12a492 100644 --- a/images/php-fpm/lighttpd.conf +++ b/images/php-fpm/lighttpd.conf @@ -3,7 +3,7 @@ server.modules = ( "mod_fastcgi" ) -server.document-root = "/srv" +server.document-root = "/srv/www" server.port = 3000 index-file.names = ( "index.html" )