“NGINX is open source software for web serving, reverse proxying, caching, load balancing, media streaming, and more.” -nginx.com.
Install the nginx package with the command:
sudo dnf install nginx
When prompted, confirm the installation by entering “y”.
After the installation has completed, start the server with the command:
sudo