From 892ca982b209d3a3b64bed9406374782e1429274 Mon Sep 17 00:00:00 2001 From: zhengkunwang223 Date: Tue, 25 Feb 2025 18:13:50 +0800 Subject: [PATCH] feat: update default_server config --- openresty/1.27.1.1-1-focal/conf/default/00.default.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openresty/1.27.1.1-1-focal/conf/default/00.default.conf b/openresty/1.27.1.1-1-focal/conf/default/00.default.conf index 6cad22181..ffc1ed375 100644 --- a/openresty/1.27.1.1-1-focal/conf/default/00.default.conf +++ b/openresty/1.27.1.1-1-focal/conf/default/00.default.conf @@ -1,6 +1,6 @@ server { - listen 80; + listen 80 default_server; server_name _; index 404.html;