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_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';
} }
} }
@ -181,7 +182,7 @@ http {
proxy_ssl_verify off; proxy_ssl_verify off;
proxy_set_header Authorization $http_authorization; proxy_set_header Authorization $http_authorization;
} }
# 根路径重定向到Lmg UI可选 # 根路径重定向到Lmg UI可选
location = / { location = / {
return 301 /lmg/; return 301 /lmg/;