]> git.ipfire.org Git - thirdparty/pdns.git/commitdiff
typo fix
authorTimothy Pillow <oregonpillow@gmail.com>
Mon, 4 Nov 2024 14:23:43 +0000 (15:23 +0100)
committerGitHub <noreply@github.com>
Mon, 4 Nov 2024 14:23:43 +0000 (15:23 +0100)
pdns/dnsdistdist/docs/guides/dns-over-https.rst

index ca55c2c4fb9feb4d5e7458af3527b3c9b7777aa1..c1f4fcbcf93eb07f63c164acfd6a09a3f4fe6803 100644 (file)
@@ -80,8 +80,8 @@ For nginx in particular, a possible work-around is to use the `grpc_pass <http:/
   location /dns-query {
     set $upstream_app dnsdist;
     set $upstream_port 443;
-    set $upstream_proto grpc;
-    grpc_pass grpcs://$upstream_app:$upstream_port;
+    set $upstream_proto grpcs;
+    grpc_pass $upstream_proto://$upstream_app:$upstream_port;
 
     proxy_set_header Host $host;
     proxy_set_header X-Real-IP $remote_addr;