From 2727f8f3603a0046ca46371e945ac77477c7905d 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