Authored by 梁志锋

merge master

... ... @@ -45,3 +45,7 @@ location ^~ /product/outlet/ {
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Accept-Encoding "gzip";
}
location = /coupon/index {
return 301 /activity/coupon?$query_string;
}
\ No newline at end of file
... ...