diff --git a/protected_domain.conf b/protected_domain.conf index 688385c..1661e99 100644 --- a/protected_domain.conf +++ b/protected_domain.conf @@ -1,6 +1,6 @@ location /authelia { internal; -set $upstream_authelia http://192.168.1.30:9091/api/verify; +set $upstream_authelia http://192.168.1.34:9091/api/verify; proxy_pass_request_body off; proxy_pass $upstream_authelia; proxy_set_header Content-Length "";