Authored by chunhua.zhang

a

... ... @@ -125,9 +125,9 @@ server {
access_by_lua_file 'conf/lua/limit_api_flow.lua';
log_by_lua_file conf/lua/set_log_params.lua;
location ~ ^/erp/fastDelivery/ {
location /erp/fastDelivery {
proxy_redirect off;
proxy_pass http://ufogateway/ufo-gateway/$1;
proxy_pass http://ufogateway/ufo-gateway/;
proxy_set_header X-Real-IP $real_ip;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Accept-Encoding "gzip";
... ...