From 8376683ed69db4ffcc5f30782ae96a326d178b63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=93=E6=A0=8B=E6=A2=81?= Date: Tue, 2 Sep 2025 14:04:44 +0800 Subject: [PATCH] sh05 --- nginx.conf.gateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;