Skip to main content

install_nginx

If Nginx is not installed, you can:

wget https://dl.fedoraproject.org/pub/epel/epel-release-latest-7.noarch.rpm
yum -y install epel-release-latest-7.noarch.rpm
yum -y update
yum -y install nginx

then make sure it is enabled and started

systemctl start nginx
systemctl enable nginx