From 3d4a9c789da8e4ffefd14edc06a9298c683376b0 Mon Sep 17 00:00:00 2001 From: Jiale Date: Fri, 25 Apr 2025 16:32:33 +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 caf2d4f..fba4a25 100644 --- a/scripts/nginx.conf +++ b/scripts/nginx.conf @@ -34,7 +34,7 @@ http { # 代理 API 请求到后端容器 location /admin-api/ { - proxy_pass http://127.0.0.1:48080; + proxy_pass http://alert-backend:48080; proxy_set_header Host $host; proxy_set_header X-Real-IP $remote_addr; proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;