diff options
Diffstat (limited to 'doh-server.html')
| -rw-r--r-- | doh-server.html | 4 |
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 { |
