summaryrefslogtreecommitdiff
path: root/tor.html
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2021-06-30 15:47:19 -0400
committerLuke Smith <luke@lukesmith.xyz>2021-06-30 15:47:19 -0400
commit44b19945fe6edf4340d77f5ef4c2084ad10fb0bd (patch)
treee4c16a87cff839dde3af9d735720c3959af8041f /tor.html
parent2727f8f3603a0046ca46371e945ac77477c7905d (diff)
tweaks
Diffstat (limited to 'tor.html')
-rw-r--r--tor.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor.html b/tor.html
index 69166e7..1da2656 100644
--- a/tor.html
+++ b/tor.html
@@ -52,7 +52,7 @@
<p>
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
- <a href="https://landchad.net/nginx.html" >tutorial</a> up until the server block of code. Instead, paste this:
+ <a href="nginx.html">tutorial</a> up until the server block of code. Instead, paste this:
</p>
<pre><code> server {
@@ -68,7 +68,7 @@
<p>The <code>root</code> line is the path to whichever website of yours you'd like to mirror.</p>
</aside>
<p>
- 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 <a href="nginx.html#enable">the webserver tutorial</a>.
</p>
<strong>Contributor</strong> - <a href="https://tomfasano.xyz" target="_blank">tomfasano.xyz</a>