Added comments

This commit is contained in:
Kristof Mattei 2021-07-24 11:09:12 -07:00 committed by GitHub
parent 90f20e64d8
commit 4943b4fbfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -49,6 +49,8 @@ server {
} }
location /dns-query { location /dns-query {
# to properly use this please set `allow_unencrypted_doh: true` and `force_https: false` in adguard
# see https://github.com/AdguardTeam/AdGuardHome/wiki/Configuration#configuration-file
include /config/nginx/proxy.conf; include /config/nginx/proxy.conf;
resolver 127.0.0.11 valid=30s; resolver 127.0.0.11 valid=30s;
set $upstream_app adguard; set $upstream_app adguard;