centos7 yum method to install nginx
There is no nginx rpm package in the centos7 system library by default, so we need to update the rpm dependency library first
(1) Use yum to install nginx Requires including Nginx’s library, installing Nginx’s library
Uvh http://nginx.org/packages/centos/7/noarch/RPMS/nginx-release-centos-7-0.el7.ngx.noarch.rpm (2) Use the following command Install nginx
Original author: blog.csdn.net /li_yong_kuan