mirror of
https://github.com/myvesta/vesta
synced 2025-08-21 13:54:28 -07:00
fix php open_basedir error when using public_shtml as a document root
This commit is contained in:
parent
8c9c4116b0
commit
c28dcc1037
112 changed files with 112 additions and 112 deletions
|
@ -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*;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue