From a48ceb2e77b806cc4f961357e92ea89c93564649 Mon Sep 17 00:00:00 2001 From: akanealw Date: Fri, 30 Dec 2022 11:52:46 -0600 Subject: [PATCH] updated authelia config --- protected_domain.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "";