Merge branch 'stage' of http://111.230.114.47:3000/yidongliang/gateway into stage
This commit is contained in:
commit
67d7822159
|
@ -218,5 +218,15 @@ http {
|
||||||
proxy_ssl_verify off;
|
proxy_ssl_verify off;
|
||||||
proxy_set_header Authorization $http_authorization; # 传递 Authorization 头
|
proxy_set_header Authorization $http_authorization; # 传递 Authorization 头
|
||||||
}
|
}
|
||||||
|
|
||||||
|
location ~* ^/LMGUpload/(.*)$ {
|
||||||
|
|
||||||
|
proxy_pass https://lmg_api;
|
||||||
|
|
||||||
|
proxy_ssl_server_name on;
|
||||||
|
proxy_ssl_session_reuse off;
|
||||||
|
proxy_ssl_verify off;
|
||||||
|
proxy_set_header Authorization $http_authorization; # 传递 Authorization 头
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue