更新协议

This commit is contained in:
yidl 2025-06-27 23:50:33 +08:00
parent 162a6d734a
commit f5a6a676a4
1 changed files with 1 additions and 1 deletions

View File

@ -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 路由