mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 13:01:35 -07:00
Bumped date & used new resolver pattern
This commit is contained in:
parent
4943b4fbfb
commit
ee3e5857dd
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2021/05/18
|
||||
## Version 2021/09/24
|
||||
# make sure that your dns has a cname set for adguard and that your adguard container is named adguard
|
||||
|
||||
server {
|
||||
|
@ -52,7 +52,7 @@ server {
|
|||
# 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;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app adguard;
|
||||
set $upstream_port 80;
|
||||
set $upstream_proto http;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue