From d03e7e512283a4717134b18f7a0f820f8a0c8773 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Thu, 15 May 2025 11:05:26 +0800 Subject: [PATCH] feat: remove openresty default_server (#3915) --- openresty/1.27.1.2-0-1-focal/conf/default/00.default.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openresty/1.27.1.2-0-1-focal/conf/default/00.default.conf b/openresty/1.27.1.2-0-1-focal/conf/default/00.default.conf index 484e03e98..df6cba1ab 100644 --- a/openresty/1.27.1.2-0-1-focal/conf/default/00.default.conf +++ b/openresty/1.27.1.2-0-1-focal/conf/default/00.default.conf @@ -1,6 +1,6 @@ server { - listen 80 default_server; - listen [::]:80 default_server; + listen 80; + listen [::]:80; server_name _;