mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 04:50:46 -07:00
removed basedir restrictions from default templates
This commit is contained in:
parent
931f23087f
commit
b58c696a86
2 changed files with 0 additions and 3 deletions
|
@ -19,7 +19,6 @@
|
||||||
<Directory %home%/%user%/web/%domain%/stats>
|
<Directory %home%/%user%/web/%domain%/stats>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
</Directory>
|
</Directory>
|
||||||
php_admin_value open_basedir none
|
|
||||||
SSLEngine on
|
SSLEngine on
|
||||||
SSLVerifyClient none
|
SSLVerifyClient none
|
||||||
SSLCertificateFile %ssl_crt%
|
SSLCertificateFile %ssl_crt%
|
||||||
|
|
|
@ -14,12 +14,10 @@
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes %cgi_option%
|
Options +Includes -Indexes %cgi_option%
|
||||||
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f %email%'
|
|
||||||
</Directory>
|
</Directory>
|
||||||
<Directory %home%/%user%/web/%domain%/stats>
|
<Directory %home%/%user%/web/%domain%/stats>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
</Directory>
|
</Directory>
|
||||||
php_admin_value open_basedir none
|
|
||||||
|
|
||||||
<IfModule mod_ruid2.c>
|
<IfModule mod_ruid2.c>
|
||||||
RMode config
|
RMode config
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue