安装
yum install nginx
验证配置文件
nginx -t -c /etc/nginx/nginx.conf
修改配置后重新加载
nginx -s reload
配置 server 时记得显示的定义一个 default server