更新 nginx.conf.gateway

auth定位到授权
This commit is contained in:
yidongliang 2025-06-26 15:56:10 +08:00
parent 0642c1f484
commit 4f495add3d
1 changed files with 1 additions and 1 deletions

View File

@ -82,7 +82,7 @@ http {
# 1. 认证中心 (IdentityServer4) 路由
# 匹配所有认证相关的路径
location ~ ^/(Login|connect|Account|\\.well-known)/ {
location ~ ^/(auth|Login|connect|Account|\\.well-known)/ {
proxy_pass http://auth_server;
}