更改映射地址

This commit is contained in:
易栋梁 2025-07-06 11:43:29 +08:00
parent 1411750505
commit e0844bd024
1 changed files with 1 additions and 1 deletions

View File

@ -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;