mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
[*]: fix open_basedir document root value for SSL-enabled site to correct document root
This commit is contained in:
parent
26f48c8172
commit
482298a71b
15 changed files with 15 additions and 15 deletions
|
@ -15,7 +15,7 @@
|
|||
AllowOverride All
|
||||
SSLRequireSSL
|
||||
Options +Includes -Indexes +ExecCGI
|
||||
php_admin_value open_basedir %docroot%:%home%/%user%/tmp
|
||||
php_admin_value open_basedir %sdocroot%:%home%/%user%/tmp
|
||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||
php_admin_value session.save_path %home%/%user%/tmp
|
||||
</Directory>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue