From e0844bd024c59c8126e216843c61375c072134ff Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=98=93=E6=A0=8B=E6=A2=81?= Date: Sun, 6 Jul 2025 11:43:29 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=94=B9=E6=98=A0=E5=B0=84=E5=9C=B0?= =?UTF-8?q?=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- nginx.conf.gateway | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nginx.conf.gateway b/nginx.conf.gateway index c63461e..3f74203 100644 --- a/nginx.conf.gateway +++ b/nginx.conf.gateway @@ -133,7 +133,7 @@ http { } location /temporary_upload/ { - proxy_pass https://sys_api/upload/; + proxy_pass https://sys_api/temporary_upload/; proxy_ssl_server_name on; proxy_ssl_verify off; proxy_set_header Authorization $http_authorization;