php-fpm: change webroot

...ugh, another rebuild
This commit is contained in:
Starbeamrainbowlabs 2023-12-16 14:59:24 +00:00
parent 3e3c6042a0
commit 640a618c3d
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
1 changed files with 1 additions and 1 deletions

View File

@ -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" )