From f61f1fa213944a2376e099ebe5c4eadbc838c601 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=80=97=E5=AD=90?= Date: Tue, 21 Nov 2023 01:36:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E9=BB=98=E8=AE=A4=E7=AB=99=E7=82=B9?= =?UTF-8?q?=E6=97=A0=E6=95=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/openresty/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/openresty/install.sh b/scripts/openresty/install.sh index 4fa8a9c0..9c5302d5 100644 --- a/scripts/openresty/install.sh +++ b/scripts/openresty/install.sh @@ -301,6 +301,7 @@ events { http { include mime.types; include proxy.conf; + include default.conf; default_type application/octet-stream; server_names_hash_bucket_size 512;