diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 3fed2c0bf88aa6b7032b58396478d71318434ae4..7ef1cb8c49f64112b83daf24c28916144d687966 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -7,8 +7,9 @@ server { } server { - listen 443 ssl http2 default_server; - listen [::]:443 ssl http2 default_server; + listen 443 ssl default_server; + listen [::]:443 ssl default_server; + http2 on; include snippets/ssl-legacy.conf; location / { return 301 https://www.shore.co.il$request_uri; } }