From c9f643d4708e82d4173c2e4c28f41d67f8db3b07 Mon Sep 17 00:00:00 2001 From: uranderu <71091366+uranderu@users.noreply.github.com> Date: Tue, 29 Jun 2021 20:18:22 +0200 Subject: Update nginx.html --- nginx.html | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'nginx.html') diff --git a/nginx.html b/nginx.html index d52025d..fd0d69c 100644 --- a/nginx.html +++ b/nginx.html @@ -208,11 +208,10 @@ systemctl disable ufw
If you want to keep and customize the firewall for later, we can get away with just enabling the ports needed for a webserver:
-ufw allow 80
-ufw allow 443
+ufw allow http,https
-Port number 80 is the canonical webserver port, while 443 is the port used for encrypted connections. +This will open port 80 and port 443. 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