From 03b9653f3c0c0020220ce13ff87ade67ac3a4557 Mon Sep 17 00:00:00 2001 From: yidongliang Date: Wed, 2 Jul 2025 12:44:41 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20nginx.conf.gateway?= 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 7f101eb..e6acf41 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -25,7 +25,7 @@ http { # Sys 系统 API upstream sys_api { - server sys-api:80001; + server sys-api:8001; } # Lmg 系统 API