Authored by hf

code review by huanbao.wang: do feature brands and plusstar

... ... @@ -133,7 +133,7 @@ server
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Accept-Encoding "gzip";
}
location ^~ /brand/plusstar {
location ^~ /brands/plusstar {
proxy_redirect off;
proxy_pass http://yohobuy-pc;
proxy_set_header Host $host;
... ... @@ -141,7 +141,7 @@ server
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Accept-Encoding "gzip";
}
location ^~ /brand/brandList {
location ^~ /brands/brandList {
proxy_redirect off;
proxy_pass http://yohobuy-pc;
proxy_set_header Host $host;
... ... @@ -149,7 +149,7 @@ server
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header Accept-Encoding "gzip";
}
location ^~ /brand/brandinfo {
location ^~ /brands/brandinfo {
proxy_redirect off;
proxy_pass http://yohobuy-pc;
proxy_set_header Host $host;
... ...