mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 10:37:42 -07:00
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:
commit
56ee371a88
112 changed files with 112 additions and 112 deletions
|
@ -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*;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue