Install NGINX
-
Access the server through SSH with an account with administrative privileges;
-
Install the NGINX web server using the following command:
$ yum install nginx
-
Enable NGINX to start at boot using the following command:
$ systemctl enable nginx
-
Stop the NGINX service with the following command:
$ systemctl stop nginx