Authored by 梁志锋

备份nginx文件

... ... @@ -357,7 +357,7 @@ server
proxy_set_header Accept-Encoding "gzip";
}
location ^~ /coupon/floor {
location ^~ /coupon {
proxy_redirect off;
proxy_pass http://yohobuy;
proxy_set_header Host $host;
... ...