Steps
- Command
yum install nginx -y - Check Nginx status with
whereis nginx - Check ports usage with
netstat -ntlp - Edit Nginx configuration with
vi /etc/nginx/nginx.conf - Start Nginx as usual.
yum install nginx -y
whereis nginx
netstat -ntlp
vi /etc/nginx/nginx.conf