mirror of
https://github.com/serghey-rodin/vesta.git
synced 2025-08-22 22:34:05 -07:00
Update default.tpl
This commit is contained in:
parent
06298209c1
commit
cae033c3a6
1 changed files with 0 additions and 3 deletions
|
@ -3,9 +3,6 @@ server {
|
||||||
server_name %domain_idn% %alias_idn%;
|
server_name %domain_idn% %alias_idn%;
|
||||||
index index.html index.htm;
|
index index.html index.htm;
|
||||||
root %docroot%;
|
root %docroot%;
|
||||||
ssl on;
|
|
||||||
ssl_certificate %ssl_pem%;
|
|
||||||
ssl_certificate_key %ssl_key%;
|
|
||||||
error_log /var/log/httpd/domains/%domain%.error.log error;
|
error_log /var/log/httpd/domains/%domain%.error.log error;
|
||||||
location / {try_files $uri @backend;}
|
location / {try_files $uri @backend;}
|
||||||
location ~ .*\.(php|jsp|cgi|pl|py|php4|php5)?$ {
|
location ~ .*\.(php|jsp|cgi|pl|py|php4|php5)?$ {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue