mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-14 02:28:03 -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>
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
php_admin_value open_basedir none
|
||||
SSLEngine on
|
||||
SSLVerifyClient none
|
||||
SSLCertificateFile %ssl_crt%
|
||||
|
|
|
@ -14,12 +14,10 @@
|
|||
<Directory %docroot%>
|
||||
AllowOverride All
|
||||
Options +Includes -Indexes %cgi_option%
|
||||
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f %email%'
|
||||
</Directory>
|
||||
<Directory %home%/%user%/web/%domain%/stats>
|
||||
AllowOverride All
|
||||
</Directory>
|
||||
php_admin_value open_basedir none
|
||||
|
||||
<IfModule mod_ruid2.c>
|
||||
RMode config
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue