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;