mirror of
https://github.com/myvesta/vesta
synced 2025-07-06 04:51:54 -07:00
Update odoo.stpl
This commit is contained in:
parent
4a890b1b55
commit
3b6acaf3a8
1 changed files with 1 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
server {
|
||||
listen %ip%:%web_ssl_port%;
|
||||
listen %ip%:%web_ssl_port% ssl http2;
|
||||
server_name %domain_idn% %alias_idn%;
|
||||
root %sdocroot%;
|
||||
index index.php index.html index.htm;
|
||||
|
@ -7,7 +7,6 @@ server {
|
|||
access_log /var/log/nginx/domains/%domain%.bytes bytes;
|
||||
error_log /var/log/nginx/domains/%domain%.error.log error;
|
||||
|
||||
ssl on;
|
||||
ssl_certificate %ssl_pem%;
|
||||
ssl_certificate_key %ssl_key%;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue