server{ listen 80; server_name www.happyhong.cn 123.123.12.123; #server_name localhost; if ($host != 'www.happyhong.cn'){ return 403; }