Need to add ` sudo apt update sudo apt install nginx ` **Adjusting the Firewall** sudo ufw app list (e.g. `sudo ufw allow 'Nginx HTTP' ` to allow HTTP - Port 80) -- This is needed for tracker
Need to add
sudo apt update sudo apt install nginxAdjusting the Firewall
sudo ufw app list
(e.g.
sudo ufw allow 'Nginx HTTP'to allow HTTP - Port 80)-- This is needed for tracker