sys_api filter
This commit is contained in:
parent
39a52fab83
commit
412cf2d70d
|
@ -80,6 +80,7 @@ http {
|
||||||
sub_filter_once off;
|
sub_filter_once off;
|
||||||
sub_filter '"issuer":"' '"issuer":"https://$host:8001"';
|
sub_filter '"issuer":"' '"issuer":"https://$host:8001"';
|
||||||
sub_filter 'https://sys-api:19902' 'https://$host:8001';
|
sub_filter 'https://sys-api:19902' 'https://$host:8001';
|
||||||
|
sub_filter 'https://sys_api' 'https://$host:8001';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue