[*]: fix open_basedir document root value for SSL-enabled site to correct document root

This commit is contained in:
icez@icez.net 2017-03-18 23:58:58 +07:00
commit 482298a71b
15 changed files with 15 additions and 15 deletions

View file

@ -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>