Nginx (pronounced as “Engine-X”) is an open source web server that is often used as reverse proxy or HTTP cache.
sudo apt update
sudo apt install nginx
Go to browser and enter http://localhost
sudo nginx -t
sudo apt update
sudo apt install nginx
Go to browser and enter http://localhost
sudo nginx -t