mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Update magento.stpl
This commit is contained in:
parent
63ebab9db5
commit
7a3e06941c
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%/pub;
|
||||
|
@ -9,7 +9,6 @@ server {
|
|||
error_page 404 403 = /errors/404.php;
|
||||
add_header "X-UA-Compatible" "IE=Edge";
|
||||
|
||||
ssl on;
|
||||
ssl_certificate %ssl_pem%;
|
||||
ssl_certificate_key %ssl_key%;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue