From 73ef236e2ace5d46ab32a4e0770b27211db3c6fb Mon Sep 17 00:00:00 2001 From: thehrz Date: Sun, 6 Aug 2023 00:09:51 +0800 Subject: [PATCH] pref: update nginx config --- nginx/conf.d/default.conf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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