diff --git a/reverseproxy/authelia/config/configuration.yml b/reverseproxy/authelia/config/configuration.yml index 0f4bbdf..fabc5e3 100755 --- a/reverseproxy/authelia/config/configuration.yml +++ b/reverseproxy/authelia/config/configuration.yml @@ -4,19 +4,23 @@ jwt_secret: 9DGPzQy8SZQ7rV57V3DJnw #default_redirection_url: https://akanealw.com server: - host: 0.0.0.0 - port: 9091 - path: "" - buffers: - read: 4096 - write: 4096 - enable_pprof: false - enable_expvars: false + address: 'tcp://0.0.0.0:9091/' disable_healthcheck: false tls: key: "" certificate: "" - + path: "" + buffers: + read: 4096 + write: 4096 + timeouts: + read: '6s' + write: '6s' + idle: '30s' + endpoints: + enable_pprof: false + enable_expvars: false + ntp: address: "0.debian.pool.ntp.org:123" version: 3