From 412cf2d70d3f8dbf8734f226134bc385e8ed8314 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=93=E6=A0=8B=E6=A2=81?= Date: Sun, 29 Jun 2025 17:04:05 +0800 Subject: [PATCH] sys_api filter --- nginx.conf.gateway | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nginx.conf.gateway b/nginx.conf.gateway index dd4eb3d..10d1db8 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -80,6 +80,7 @@ http { sub_filter_once off; sub_filter '"issuer":"' '"issuer":"https://$host:8001"'; sub_filter 'https://sys-api:19902' 'https://$host:8001'; + sub_filter 'https://sys_api' 'https://$host:8001'; } } @@ -181,7 +182,7 @@ http { proxy_ssl_verify off; proxy_set_header Authorization $http_authorization; } - + # 根路径重定向到Lmg UI(可选) location = / { return 301 /lmg/;