From 73cb2619bdf246cfd1706a84c0271a192a22f051 Mon Sep 17 00:00:00 2001 From: Jiale Date: Fri, 25 Apr 2025 16:01:25 +0800 Subject: [PATCH] =?UTF-8?q?init(=E5=88=9D=E5=A7=8B=E5=8C=96):=20?= =?UTF-8?q?=F0=9F=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/nginx.conf b/scripts/nginx.conf index 77da5c3..6bca1e7 100644 --- a/scripts/nginx.conf +++ b/scripts/nginx.conf @@ -12,7 +12,7 @@ http { server { listen 5000; - server_name localhost; + server_name _; # 静态资源和前端页面 location / {