mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-19 21:04:06 -07:00
AllowOverride in the hosting template
This commit is contained in:
parent
aeeaab39aa
commit
c4a3227f31
2 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@
|
||||||
CustomLog /var/log/httpd/domains/%domain%.log combined
|
CustomLog /var/log/httpd/domains/%domain%.log combined
|
||||||
%elog%ErrorLog /var/log/httpd/domains/%domain%.error.log
|
%elog%ErrorLog /var/log/httpd/domains/%domain%.error.log
|
||||||
<Directory %sdocroot%>
|
<Directory %sdocroot%>
|
||||||
AllowOverride AuthConfig FileInfo Indexes Limit
|
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_value upload_tmp_dir %home%/%user%/tmp
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
CustomLog /var/log/httpd/domains/%domain%.log combined
|
CustomLog /var/log/httpd/domains/%domain%.log combined
|
||||||
%elog%ErrorLog /var/log/httpd/domains/%domain%.error.log
|
%elog%ErrorLog /var/log/httpd/domains/%domain%.error.log
|
||||||
<Directory %docroot%>
|
<Directory %docroot%>
|
||||||
AllowOverride AuthConfig FileInfo Indexes Limit
|
AllowOverride All
|
||||||
Options +Includes -Indexes %cgi_option%
|
Options +Includes -Indexes %cgi_option%
|
||||||
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
php_admin_value upload_tmp_dir %home%/%user%/tmp
|
||||||
php_admin_value upload_max_filesize 10M
|
php_admin_value upload_max_filesize 10M
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue