This commit is contained in:
易栋梁 2025-09-02 14:04:44 +08:00
parent 61f9ba2f72
commit 8376683ed6
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ http {
proxy_set_header Authorization $http_authorization; proxy_set_header Authorization $http_authorization;
} }
# API路由 # API路由
location /SH05/ { location /sh05/ {
proxy_pass https://healthy_api/SH05/; proxy_pass https://healthy_api/SH05/;
proxy_ssl_server_name on; proxy_ssl_server_name on;
proxy_ssl_verify off; proxy_ssl_verify off;