Log011 – UFW, nginx and a dream.
Start-here.page=About.post 📅 Date: 2025-08-16 🔧 Tools: ufw, nginx, apt, systemctl How It Started: The idea was to install UFW, allow the necessary ports, and install nginx — then put something on it to test locally in browser. The Process: Install simple firewall — UFW sudo apt update && sudo apt install ufw Installation went successfully,…