Authored by hf

modify nginx conf support multi sub domain

1 server 1 server
2 { 2 {
3 listen 80; 3 listen 80;
4 - server_name m.dev.yohobuy.com *.dev.yohobuy.com; 4 + server_name m.dev.yohobuy.com *.dev.yohobuy.com;
5 5
6 #access_log /nginx/logs/access_test_yoho_cn.log combined; 6 #access_log /nginx/logs/access_test_yoho_cn.log combined;
7 error_log /nginx/logs/error_test_yoho_cn.log warn; 7 error_log /nginx/logs/error_test_yoho_cn.log warn;