From 2727f8f3603a0046ca46371e945ac77477c7905d Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Wed, 30 Jun 2021 15:32:16 -0400 Subject: what i get for not testing pr --- nginx.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/nginx.html b/nginx.html index 6023b4c..caa4c66 100644 --- a/nginx.html +++ b/nginx.html @@ -209,10 +209,11 @@ systemctl disable ufw This keeps the firewall otherwise active.

-
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