issuser 不改

This commit is contained in:
易栋梁 2025-06-29 17:19:46 +08:00
parent 823b200bc7
commit 4b95c77dca
1 changed files with 0 additions and 3 deletions

View File

@ -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';
}