Nginx Installation
If Nginx is not installed, you can do:
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