]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
Update dns-over-https.rst
authorTimothy Pillow <oregonpillow@gmail.com>
Mon, 4 Nov 2024 14:02:29 +0000 (15:02 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Nov 2024 14:02:29 +0000 (15:02 +0100)
remove 'include' directives from nginx conf example

pdns/dnsdistdist/docs/guides/dns-over-https.rst

index d45ebc58bbd34e4d9f0530ee5ad8d5851ca13bf0..ca55c2c4fb9feb4d5e7458af3527b3c9b7777aa1 100644 (file)
@@ -78,8 +78,6 @@ does not support HTTP/2, like nginx. We do not plan on implementing HTTP/1, and
 For nginx in particular, a possible work-around is to use the `grpc_pass <http://nginx.org/r/grpc_pass>`_ directive as suggested in their `bug tracker <https://trac.nginx.org/nginx/ticket/1875>`_ e.g.::
 
   location /dns-query {
-    include /config/nginx/proxy.conf;
-    include /config/nginx/resolver.conf;
     set $upstream_app dnsdist;
     set $upstream_port 443;
     set $upstream_proto grpc;