fix php open_basedir error when using public_shtml as a document root

This commit is contained in:
Somthanat Wongsa 2018-01-06 13:20:16 +07:00
commit c28dcc1037
112 changed files with 112 additions and 112 deletions

View file

@ -31,7 +31,7 @@ server {
location ~ /\.hg/ {return 404;}
location ~ /\.bzr/ {return 404;}
disable_symlinks if_not_owner from=%docroot%;
disable_symlinks if_not_owner from=%sdocroot%;
include %home%/%user%/conf/web/snginx.%domain%.conf*;
}