diff --git a/dist/nginx.conf b/dist/nginx.conf index a421e000060..f44f75b4eed 100644 --- a/dist/nginx.conf +++ b/dist/nginx.conf @@ -31,8 +31,9 @@ server { } server { - listen 443 ssl http2; - listen [::]:443 ssl http2; + listen 443 ssl; + listen [::]:443 ssl; + http2 on; server_name example.com; ssl_protocols TLSv1.2 TLSv1.3;