How to Install and Run NGINX on CentOS 8 RHEL 8



How to Install and Run NGINX on CentOS 8 RHEL 8

How to Install and Run NGINX on CentOS 8 RHEL 8

How to Install and Run NGINX on CentOS 8 RHEL 8
yum search nginx

yum install nginx
systemctl enable nginx
systemctl start nginx
systemctl status nginx
firewall-cmd –zone=public –permanent –add-service=http
firewall-cmd –reload