php-fpm: change webroot
...ugh, another rebuild
This commit is contained in:
parent
3e3c6042a0
commit
640a618c3d
1 changed files with 1 additions and 1 deletions
|
@ -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" )
|
||||
|
||||
|
|
Loading…
Reference in a new issue