How to install and configure php7 , nginx on centos 7
How to install nginx in centos 7 Update your server yum update Add epel repo as nginx is not available in Default repo yum install epel-release Install nginx yum install nginx Start the nginx services systemctl start nginx Enable the nginx so that when ever server restart , it should automatically start systemctl enable nginx […]
How to install and configure php7 , nginx on centos 7 Read More ยป