sys_api filter

This commit is contained in:
易栋梁 2025-06-29 17:04:05 +08:00
parent 39a52fab83
commit 412cf2d70d
1 changed files with 2 additions and 1 deletions

View File

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