From b91e20853118d22f53b0b267bb1bb5989b61bda5 Mon Sep 17 00:00:00 2001 From: CityFun <31820853+zhengkunwang223@users.noreply.github.com> Date: Wed, 4 Jun 2025 22:39:05 +0800 Subject: [PATCH] fix: fix issue with install openresty failed (#4063) --- 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 df6cba1ab..484e03e98 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; - listen [::]:80; + listen 80 default_server; + listen [::]:80 default_server; server_name _;