1. First update your system with epel-release
yum install epel-release -y
yum -y update
2. Nginx-More installation
CentOS 6 > yum install https://repo.aerisnetwork.com/stable/centos/6/x86_64/aeris-release-1.0-4.el6.noarch.rpm
CentOS 7 > yum install https://repo.aerisnetwork.com/stable/centos/7/x86_64/aeris-release-1.0-4.el7.noarch.rpm
Now install nginx-moreyum install nginx-more -y
Note: If nginx is already installed then
yum swap nginx nginx-more
Comments
Post a Comment