1.官方链接
http://www.nginx.org
2.nginx版本类型
mainline version:主线版,即开发版
stable version:最新稳定版,生产环境上建议使用的版本
legacy versions:遗留的老版本的稳定版
3.配置YUM源
1.20 具体操作参考http://nginx.org/en/linux_packages.html#RHEL-CentOS
环境问题
getenforce
systemctl status firewalld
安装
yum install -y nginx
systemctl start nginx
systemctl enable nginx
nginx -V
测试