diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 8640836..96aba84 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -1,5 +1,5 @@ server { - listen 80 default_server http2; + listen 80; listen [::]:80 default_server http2; return 444;