参考:
linux(CentOS7.4) 安装 Nginx 1.15.2:https://blog.csdn.net/u011159417/article/details/81585861
centos7源码安装php7.2 :http://www.zixuephp.net/article-394.html
1、 查看centos 版本
cat /etc/redhat-release
2、 安装nginx
yum install nginx
3、设置nginx开启起动
systemctl start nginx
4、测试访问http://你的域名或IP/
5、 查看nginx安装位置
sudo find / -name nginx