From b4bf1fd0e82def049caaafcfb61efcb40c3ffc73 Mon Sep 17 00:00:00 2001 From: yidl Date: Fri, 4 Jul 2025 00:47:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=8D=A2=E7=AB=AF=E5=8F=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf.gateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.gateway b/nginx.conf.gateway index e70d1f6..b7a3ebf 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -30,7 +30,7 @@ http { # Lmg 系统 API upstream lmg_api { - server lmg-api:19903; + server lmg-api:19904; } # Sys 系统 UI