This commit is contained in:
yidl 2025-06-26 23:50:07 +08:00
parent 905c4e491a
commit 028acdc5d7
1 changed files with 1 additions and 1 deletions

View File

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