From f5a6a676a4f1df41776734d218f3da0ed2cd63c0 Mon Sep 17 00:00:00 2001 From: yidl Date: Fri, 27 Jun 2025 23:50:33 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=8D=8F=E8=AE=AE?= 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 4771734..6193d61 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -84,7 +84,7 @@ http { # 1. 认证中心 (IdentityServer4) 路由 # 匹配所有认证相关的路径 location ~ ^/(auth|Login|login|connect|Account|\\.well-known)/ { - proxy_pass http://auth_server; + proxy_pass https://auth_server; } # 2. Sys API 路由