summaryrefslogtreecommitdiff
path: root/doh-server.html
diff options
context:
space:
mode:
authorjosiah <superbloom@riseup.net>2021-07-02 03:52:31 -0500
committerLuke Smith <Luke Smith>2022-07-01 20:13:20 -0400
commita0ac2b3ccee5184fb9cb9e2746e2a5f04e4dfd22 (patch)
tree477bd05deb66d223ad661193f94d3113221ce74a /doh-server.html
parent6361b7b2f612de3d5cbd43eb2325d02101689ab3 (diff)
fixed bad tabs
Diffstat (limited to 'doh-server.html')
-rw-r--r--doh-server.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/doh-server.html b/doh-server.html
index e3c2a6c..7927e41 100644
--- a/doh-server.html
+++ b/doh-server.html
@@ -85,8 +85,8 @@ WantedBy=multi-user.target</code></pre>
<p>Once you've gotten all of that set up, we'll reverse proxy our HTTPS to DNS proxy. Open up your Nginx config file, and add the following values:
</p>
<pre><code>location /dns-query {
- proxy_pass http://127.0.0.1:8080/;
- }</code></pre>
+ proxy_pass http://127.0.0.1:8080/;
+}</code></pre>
<p>Now, your configuration should look something like this:
</p>
<pre><code>server {