From: Timothy Pillow Date: Mon, 4 Nov 2024 14:02:29 +0000 (+0100) Subject: Update dns-over-https.rst X-Git-Tag: rec-5.2.0-alpha1~10^2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7eea0cb4cc3ca3d8a5f786de45fef3402b95eb1;p=thirdparty%2Fpdns.git Update dns-over-https.rst remove 'include' directives from nginx conf example --- 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;