调整路由

调整路由
This commit is contained in:
yidl 2025-06-27 23:21:50 +08:00
parent 028acdc5d7
commit 162a6d734a
1 changed files with 1 additions and 1 deletions

View File

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