mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 13:01:51 -07:00
removed php options from default templates
This commit is contained in:
parent
35b56dda50
commit
931f23087f
2 changed files with 0 additions and 7 deletions
|
@ -15,10 +15,6 @@
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
SSLRequireSSL
|
SSLRequireSSL
|
||||||
Options +Includes -Indexes %cgi_option%
|
Options +Includes -Indexes %cgi_option%
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
|
||||||
php_admin_flag safe_mode off
|
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
|
||||||
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
|
||||||
|
|
|
@ -14,9 +14,6 @@
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride All
|
AllowOverride All
|
||||||
Options +Includes -Indexes %cgi_option%
|
Options +Includes -Indexes %cgi_option%
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
|
||||||
php_admin_flag safe_mode off
|
|
||||||
php_admin_value session.save_path %home%/%user%/tmp
|
|
||||||
php_admin_value sendmail_path '/usr/sbin/sendmail -t -i -f %email%'
|
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>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue