From e91a43e3a756f43667bcd1fe0898a89527f9c59c Mon Sep 17 00:00:00 2001 From: ed Date: Wed, 20 Aug 2025 23:29:13 +0000 Subject: [PATCH] clarification Signed-off-by: ed --- .../docker/idp-authelia-traefik/authelia/configuration.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/examples/docker/idp-authelia-traefik/authelia/configuration.yml b/docs/examples/docker/idp-authelia-traefik/authelia/configuration.yml index 11785058..b4352511 100644 --- a/docs/examples/docker/idp-authelia-traefik/authelia/configuration.yml +++ b/docs/examples/docker/idp-authelia-traefik/authelia/configuration.yml @@ -2,7 +2,7 @@ identity_validation: reset_password: - jwt_secret: 'a_very_important_secret' + jwt_secret: 'a_very_important_secret_so_please_change_this' server: address: 'tcp://:9091' @@ -29,7 +29,7 @@ session: secret: unsecure_session_secret cookies: - name: authelia_session - domain: example.com # Root protected domain + domain: example.com # this should match whatever your root protected domain is default_redirection_url: https://fs.example.com authelia_url: https://authelia.example.com/ expiration: 3600 # 1 hour