Showing
1 changed file
with
4 additions
and
0 deletions
@@ -45,3 +45,7 @@ location ^~ /product/outlet/ { | @@ -45,3 +45,7 @@ location ^~ /product/outlet/ { | ||
45 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | 45 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
46 | proxy_set_header Accept-Encoding "gzip"; | 46 | proxy_set_header Accept-Encoding "gzip"; |
47 | } | 47 | } |
48 | + | ||
49 | +location = /coupon/index { | ||
50 | + return 301 /activity/coupon?$query_string; | ||
51 | +} |
-
Please register or login to post a comment