From 4b95c77dca023518217940c5a596c2c528002b65 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:19:46 +0800 Subject: [PATCH] =?UTF-8?q?issuser=20=E4=B8=8D=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf.gateway | 3 --- 1 file changed, 3 deletions(-) diff --git a/nginx.conf.gateway b/nginx.conf.gateway index 23e2f8a..bbde7c4 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -78,7 +78,6 @@ http { proxy_set_header Accept-Encoding ""; sub_filter_types application/json; 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'; } @@ -130,7 +129,6 @@ http { proxy_set_header Accept-Encoding ""; sub_filter_types application/json; 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'; } @@ -193,7 +191,6 @@ http { proxy_set_header Accept-Encoding ""; sub_filter_types application/json; 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'; }