From dc603e6d04ed9e06fe7e12550c701a23c5f8a1e6 Mon Sep 17 00:00:00 2001 From: thehrz Date: Sun, 6 Aug 2023 00:30:47 +0800 Subject: [PATCH] pref: update config --- nginx/conf.d/default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;