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 From 44b19945fe6edf4340d77f5ef4c2084ad10fb0bd Mon Sep 17 00:00:00 2001 From: Luke Smith
Once you save that file, we can enable it making a link to it in the sites-enabled directory:
diff --git a/tor.html b/tor.html
index 69166e7..1da2656 100644
--- a/tor.html
+++ b/tor.html
@@ -52,7 +52,7 @@
From here, the steps are almost identical to setting up a normal website configuration file. Follow the steps as if you were making a new website on the webserver - tutorial up until the server block of code. Instead, paste this: + tutorial up until the server block of code. Instead, paste this:
server {
@@ -68,7 +68,7 @@
The root line is the path to whichever website of yours you'd like to mirror.
- From here we are almost done, all we have to do is enable the site and reload nginx which is also covered in the webserver tutorial.
+ From here we are almost done, all we have to do is enable the site and reload nginx which is also covered in the webserver tutorial.
Contributor - tomfasano.xyz
--
cgit v1.2.3