From e7eea0cb4cc3ca3d8a5f786de45fef3402b95eb1 Mon Sep 17 00:00:00 2001 From: Timothy Pillow Date: Mon, 4 Nov 2024 15:02:29 +0100 Subject: [PATCH] Update dns-over-https.rst remove 'include' directives from nginx conf example --- pdns/dnsdistdist/docs/guides/dns-over-https.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdns/dnsdistdist/docs/guides/dns-over-https.rst b/pdns/dnsdistdist/docs/guides/dns-over-https.rst index d45ebc58bb..ca55c2c4fb 100644 --- a/pdns/dnsdistdist/docs/guides/dns-over-https.rst +++ b/pdns/dnsdistdist/docs/guides/dns-over-https.rst @@ -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 `_ directive as suggested in their `bug tracker `_ 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; -- 2.47.2