Install NGINX

  1. Access the server through SSH with an account with administrative privileges;

  2. Install the NGINX web server using the following command:

    $ yum install nginx
  3. Enable NGINX to start at boot using the following command:

    $ systemctl enable nginx
  4. Stop the NGINX service with the following command:

    $ systemctl stop nginx