sys_api filter
This commit is contained in:
parent
39a52fab83
commit
412cf2d70d
|
@ -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/;
|
||||
|
|
Loading…
Reference in New Issue