summaryrefslogtreecommitdiff
path: root/nginx.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-06-30 15:32:16 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-06-30 15:32:16 -0400
commit2727f8f3603a0046ca46371e945ac77477c7905d (patch)
tree03b28cfd942bbdbbb037fe8d20450fc1d6dd44b7 /nginx.html
parent11985aa2c52b383270bcbd85a8319c616405f76d (diff)
what i get for not testing pr
Diffstat (limited to 'nginx.html')
-rw-r--r--nginx.html5
1 files 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</code></pre>
This keeps the firewall otherwise active.
</p>
-<pre><code>ufw allow http,https</code></pre>
+<pre><code>ufw allow 80
+ufw allow 443</code></pre>
<p>
-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.
</p>