modify nginx conf support multi sub domain
Showing
1 changed file
with
1 additions
and
1 deletions
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; |
-
Please register or login to post a comment