updated authelia config
This commit is contained in:
@@ -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 "";
|
||||
|
||||
Reference in New Issue
Block a user