更新 nginx.conf.gateway

This commit is contained in:
yidongliang 2025-07-02 12:44:41 +08:00
parent cf2fe0038c
commit 03b9653f3c
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ http {
# Sys 系统 API
upstream sys_api {
server sys-api:80001;
server sys-api:8001;
}
# Lmg 系统 API