From c698e5634e372c41098951ed96fc044bf5eb327e Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Tue, 29 Jun 2021 15:39:05 -0400 Subject: changes --- nginx.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'nginx.html') diff --git a/nginx.html b/nginx.html index fd0d69c..6023b4c 100644 --- a/nginx.html +++ b/nginx.html @@ -196,8 +196,8 @@ If you don't have ufw installed, you can skip this section.

Option 1: Disable the firewall entirely...

-

It's usually easier to just entirely disable the firewall. -I recommend this in 99% of the cases. +

It's usually easier to just entirely disable the firewall as we set up different services. +But be sure to see the article on how to fully configure the firewall later.

systemctl stop ufw
@@ -205,7 +205,8 @@ systemctl disable ufw

Option 2: Or enable the proper ports.

-

If you want to keep and customize the firewall for later, we can get away with just enabling the ports needed for a webserver: +

We can also simply manually disable the blocking of connections over HTTP and HTTPS. +This keeps the firewall otherwise active.

ufw allow http,https
-- cgit v1.2.3