Merge pull request #1431 from somthanat/master

#1429 fix php open_basedir error when using public_shtml as a document root
This commit is contained in:
Serghey Rodin 2019-05-14 11:09:48 +03:00 committed by GitHub
commit 56ee371a88
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
112 changed files with 112 additions and 112 deletions

View file

@ -30,7 +30,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*;
}