mirror of
https://github.com/linuxserver/reverse-proxy-confs.git
synced 2025-07-06 04:51:33 -07:00
update resolver
This commit is contained in:
parent
d7d5ab18a3
commit
5bcc40bb74
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
## Version 2020/12/09
|
||||
## Version 2021/05/18
|
||||
# make sure that your dns has a cname set for homebridge and that your homebridge container is not using a base url
|
||||
|
||||
server {
|
||||
|
@ -30,7 +30,7 @@ server {
|
|||
#include /config/nginx/authelia-location.conf;
|
||||
|
||||
include /config/nginx/proxy.conf;
|
||||
resolver 127.0.0.11 valid=30s;
|
||||
include /config/nginx/resolver.conf;
|
||||
set $upstream_app homebridge; # change to host IP if using host networking mode
|
||||
set $upstream_port 8581;
|
||||
set $upstream_proto http;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue