diff --git a/nginx.conf.gateway b/nginx.conf.gateway index 7b4c9d9..3def9e6 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -271,7 +271,7 @@ http { proxy_set_header Authorization $http_authorization; } # API路由 - location /SH05/ { + location /sh05/ { proxy_pass https://healthy_api/SH05/; proxy_ssl_server_name on; proxy_ssl_verify off;