mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -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
|
@ -3,7 +3,7 @@ server {
|
|||
server_name %domain_idn% %alias_idn%;
|
||||
ssl_certificate %ssl_pem%;
|
||||
ssl_certificate_key %ssl_key%;
|
||||
root %docroot%;
|
||||
root %sdocroot%;
|
||||
index index.php index.html index.htm;
|
||||
access_log /var/log/nginx/domains/%domain%.log combined;
|
||||
access_log /var/log/nginx/domains/%domain%.bytes bytes;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue