updated authelia config

This commit is contained in:
2022-12-30 11:52:46 -06:00
parent 8db06c1ca5
commit a48ceb2e77

View File

@@ -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 "";