Authored by hf

modify nginx conf support multi sub domain

server
{
listen 80;
server_name m.dev.yohobuy.com *.dev.yohobuy.com;
server_name m.dev.yohobuy.com *.dev.yohobuy.com;
#access_log /nginx/logs/access_test_yoho_cn.log combined;
error_log /nginx/logs/error_test_yoho_cn.log warn;
... ...