更改映射地址
This commit is contained in:
parent
1411750505
commit
e0844bd024
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue