Linux serverNETWORK ADMINISTRATIONS

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

source

centos 8

Leave a Reply

Your email address will not be published. Required fields are marked *