修改路由

This commit is contained in:
yidl 2025-06-28 12:37:21 +08:00
parent f5a6a676a4
commit 3fac72ea38
1 changed files with 1 additions and 1 deletions

View File

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