diff --git a/nginx/conf.d/default.conf b/nginx/conf.d/default.conf index 87f6c95..8640836 100644 --- a/nginx/conf.d/default.conf +++ b/nginx/conf.d/default.conf @@ -1,6 +1,6 @@ server { - listen 80; - listen [::]:80; + listen 80 default_server http2; + listen [::]:80 default_server http2; - return 403; + return 444; } \ No newline at end of file