From 4dd13caa780693c1fedc10535583df736c848963 Mon Sep 17 00:00:00 2001
From: Luke Smith
ufw allow http,https
+ufw allow 80
+ufw allow 443
-This will open port 80 and port 443. Port 80 is the canonical webserver port, while 443 is the port used for encrypted connections. +Port 80 is the canonical webserver port, while 443 is the port used for encrypted connections. We will certainly need that for the next page.
-- cgit v1.2.3