diff --git a/salt/nginx/etc/nginx.conf b/salt/nginx/etc/nginx.conf index 0944ecbf8..6b17290de 100644 --- a/salt/nginx/etc/nginx.conf +++ b/salt/nginx/etc/nginx.conf @@ -73,7 +73,7 @@ http { } server { - listen 443 ssl http2 default_server; + listen 443 ssl http2; server_name {{ url_base }}; root /opt/socore/html; index index.html;