使用默认站点方式,解决未绑定域名访问。
server { listen 80 default_server; server_name _; return 404; }
[ 编辑 | 历史 ] 最近由“jilili”在“2016-09-06 15:37:28”修改