|
|
location =/app.html {
|
|
|
access_log /Data/logs/nginx/yohobuywap-node/access.m.yohobuy.com.log fenxi;
|
|
|
access_log /Data/logs/nginx/access.m.yohobuy.com.log fenxi;
|
|
|
return 301 http://www.yoho.cn;
|
|
|
}
|
|
|
location =/yohood.html {
|
|
|
access_log /Data/logs/nginx/yohobuywap-node/access.m.yohobuy.com.log fenxi;
|
|
|
access_log /Data/logs/nginx/access.m.yohobuy.com.log fenxi;
|
|
|
return 301 http://www.yohood.cn/;
|
|
|
}
|
|
|
location ^~ /home/lottery {
|
|
|
access_log /Data/logs/nginx/yohobuywap-node/access.m.yohobuy.com.log fenxi;
|
|
|
access_log /Data/logs/nginx/access.m.yohobuy.com.log fenxi;
|
|
|
return 301 https://m.yohobuy.com;
|
|
|
}
|
|
|
location ^~ /wechat {
|
|
|
access_log /Data/logs/nginx/yohobuywap-node/access.m.yohobuy.com.log fenxi;
|
|
|
access_log /Data/logs/nginx/access.m.yohobuy.com.log fenxi;
|
|
|
return 301 https://m.yohobuy.com;
|
|
|
}
|
|
|
location ^~ /huodong {
|
|
|
access_log /Data/logs/nginx/yohobuywap-node/access.m.yohobuy.com.log fenxi;
|
|
|
access_log /Data/logs/nginx/access.m.yohobuy.com.log fenxi;
|
|
|
return 301 https://m.yohobuy.com;
|
|
|
}
|
|
|
location ^~ /download {
|
|
|
access_log /Data/logs/nginx/yohobuywap-node/access.m.yohobuy.com.log fenxi;
|
|
|
access_log /Data/logs/nginx/access.m.yohobuy.com.log fenxi;
|
|
|
return 301 http://www.yoho.cn;
|
|
|
}
|
|
|
location ^~ /appactive {
|
|
|
access_log /Data/logs/nginx/yohobuywap-node/access.m.yohobuy.com.log fenxi;
|
|
|
access_log /Data/logs/nginx/access.m.yohobuy.com.log fenxi;
|
|
|
return 301 http://www.yoho.cn;
|
|
|
}
|
|
|
location =/product/new/index {
|
...
|
...
|
@@ -82,4 +82,4 @@ location = /503.html { |
|
|
return 200 '';
|
|
|
}
|
|
|
return 302 http://www.yohobuy.com/;
|
|
|
} |
|
|
\ No newline at end of file |
|
|
} |
...
|
...
|
|