code review by huanbao.wang: do feature brands and plusstar
Showing
1 changed file
with
3 additions
and
3 deletions
@@ -133,7 +133,7 @@ server | @@ -133,7 +133,7 @@ server | ||
133 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | 133 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
134 | proxy_set_header Accept-Encoding "gzip"; | 134 | proxy_set_header Accept-Encoding "gzip"; |
135 | } | 135 | } |
136 | - location ^~ /brand/plusstar { | 136 | + location ^~ /brands/plusstar { |
137 | proxy_redirect off; | 137 | proxy_redirect off; |
138 | proxy_pass http://yohobuy-pc; | 138 | proxy_pass http://yohobuy-pc; |
139 | proxy_set_header Host $host; | 139 | proxy_set_header Host $host; |
@@ -141,7 +141,7 @@ server | @@ -141,7 +141,7 @@ server | ||
141 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | 141 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
142 | proxy_set_header Accept-Encoding "gzip"; | 142 | proxy_set_header Accept-Encoding "gzip"; |
143 | } | 143 | } |
144 | - location ^~ /brand/brandList { | 144 | + location ^~ /brands/brandList { |
145 | proxy_redirect off; | 145 | proxy_redirect off; |
146 | proxy_pass http://yohobuy-pc; | 146 | proxy_pass http://yohobuy-pc; |
147 | proxy_set_header Host $host; | 147 | proxy_set_header Host $host; |
@@ -149,7 +149,7 @@ server | @@ -149,7 +149,7 @@ server | ||
149 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; | 149 | proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for; |
150 | proxy_set_header Accept-Encoding "gzip"; | 150 | proxy_set_header Accept-Encoding "gzip"; |
151 | } | 151 | } |
152 | - location ^~ /brand/brandinfo { | 152 | + location ^~ /brands/brandinfo { |
153 | proxy_redirect off; | 153 | proxy_redirect off; |
154 | proxy_pass http://yohobuy-pc; | 154 | proxy_pass http://yohobuy-pc; |
155 | proxy_set_header Host $host; | 155 | proxy_set_header Host $host; |
-
Please register or login to post a comment