修改路由
This commit is contained in:
parent
f5a6a676a4
commit
3fac72ea38
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue