From caf6927fbf96ad5271fb85fc0e49bf334c9f75a7 Mon Sep 17 00:00:00 2001 From: lzh Date: Wed, 14 Jan 2026 14:01:40 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E5=90=8E=E7=AB=AF?= =?UTF-8?q?=E5=AE=B9=E5=99=A8=E5=90=8D=EF=BC=88=E5=BE=AE=E6=9C=8D=E5=8A=A1?= =?UTF-8?q?=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web-antd/nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/web-antd/nginx.conf b/apps/web-antd/nginx.conf index 36fb7fc09..3e6b9eb51 100644 --- a/apps/web-antd/nginx.conf +++ b/apps/web-antd/nginx.conf @@ -22,7 +22,7 @@ server { location /admin-api { # 后端服务地址 # 方案1:使用容器名(推荐,自动 DNS 解析)- 如果后端监听 0.0.0.0 - proxy_pass http://aiot-server:48080/admin-api; + proxy_pass http://aiot-gateway:48080/admin-api; # 方案2:直接使用后端容器 IP(当前后端 IP: 172.22.0.3) # 如果方案1不行,取消注释下面这行,注释掉上面那行