mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Added comments
This commit is contained in:
parent
90f20e64d8
commit
4943b4fbfb
1 changed files with 2 additions and 0 deletions
|
@ -49,6 +49,8 @@ server {
|
|||
}
|
||||
|
||||
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;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
set $upstream_app adguard;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue