From 3fac72ea3851a7658aa89c18b6f61c2aed62a86a Mon Sep 17 00:00:00 2001 From: yidl Date: Sat, 28 Jun 2025 12:37:21 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=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 6193d61..824bdc6 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -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; }