From d23384412f4767259f94b3fcd40048638dfb1a85 Mon Sep 17 00:00:00 2001 From: yidl Date: Fri, 29 Aug 2025 21:30:11 +0800 Subject: [PATCH] =?UTF-8?q?SH05=20=E8=B7=AF=E7=94=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf.gateway | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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/; # 注意末尾的/