updated authelia configs
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
location / {
|
||||
set $upstream_authelia http://192.168.1.30:9091;
|
||||
set $upstream_authelia http://192.168.1.34:9091;
|
||||
proxy_pass $upstream_authelia;
|
||||
client_body_buffer_size 128k;
|
||||
|
||||
|
||||
@@ -126,7 +126,7 @@ notifier:
|
||||
host: smtp.gmail.com
|
||||
port: 587
|
||||
sender: akanealw@gmail.com
|
||||
identifier: proxyserver
|
||||
identifier: dockerserver
|
||||
subject: "[Authelia] {title}"
|
||||
startup_check_address: akanealw@gmail.com
|
||||
disable_require_tls: false
|
||||
|
||||
Reference in New Issue
Block a user