Authored by 梁志锋

测试环境nginx配置

... ... @@ -44,6 +44,10 @@ server
proxy_pass http://mapi.yohobuy.com;
}
location = /home/message {
return 301 http://m.yohobuy.com/home/message;
}
location ~* \.(ico|woff|svg|eot|ttf|otf)$ {
expires 30d;
}
... ...