diff --git a/nginx.conf.gateway b/nginx.conf.gateway index a1bd5f3..a54fce8 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -270,7 +270,13 @@ http { proxy_ssl_verify off; proxy_set_header Authorization $http_authorization; } - + # API路由 + location /SH05/ { + proxy_pass https://healthy_api/SH05/; + proxy_ssl_server_name on; + proxy_ssl_verify off; + proxy_set_header Authorization $http_authorization; + } # UI前端路由 location /{ proxy_pass http://healthy_ui/; # 注意末尾的/