yum -y install nginx
yum -y remove nginx
service nginx start service nginx restart
cd /etc/nginx/conf.d
wget http://127.0.0.1
能正常获取inde.html文件说明Nginx安装成功
sudo nginx -t