更新协议
This commit is contained in:
parent
162a6d734a
commit
f5a6a676a4
|
@ -84,7 +84,7 @@ http {
|
||||||
# 1. 认证中心 (IdentityServer4) 路由
|
# 1. 认证中心 (IdentityServer4) 路由
|
||||||
# 匹配所有认证相关的路径
|
# 匹配所有认证相关的路径
|
||||||
location ~ ^/(auth|Login|login|connect|Account|\\.well-known)/ {
|
location ~ ^/(auth|Login|login|connect|Account|\\.well-known)/ {
|
||||||
proxy_pass http://auth_server;
|
proxy_pass https://auth_server;
|
||||||
}
|
}
|
||||||
|
|
||||||
# 2. Sys API 路由
|
# 2. Sys API 路由
|
||||||
|
|
Loading…
Reference in New Issue