From 5bcc40bb7450f3ad041c9ffbb38a5aeb102880a6 Mon Sep 17 00:00:00 2001 From: ksurl Date: Sat, 22 May 2021 08:58:29 -0700 Subject: [PATCH] update resolver --- homebridge.subdomain.conf.sample | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/homebridge.subdomain.conf.sample b/homebridge.subdomain.conf.sample index d6a619c..f1991ca 100644 --- a/homebridge.subdomain.conf.sample +++ b/homebridge.subdomain.conf.sample @@ -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;