From 162a6d734a36cb5501dba64796cf9d0996c336aa Mon Sep 17 00:00:00 2001 From: yidl Date: Fri, 27 Jun 2025 23:21:50 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 调整路由 --- nginx.conf.gateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.gateway b/nginx.conf.gateway index c9087ef..4771734 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -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; }