From 4293022561530cb2a2c0c2f7047fd3905bd0942e Mon Sep 17 00:00:00 2001 From: poprhythm Date: Sun, 22 Feb 2026 20:26:00 +0000 Subject: [PATCH] Fix authelia: default_redirection_url must differ from authelia_url --- authelia/config/configuration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/authelia/config/configuration.yaml b/authelia/config/configuration.yaml index 836bc27..985b440 100644 --- a/authelia/config/configuration.yaml +++ b/authelia/config/configuration.yaml @@ -28,7 +28,7 @@ session: cookies: - domain: kolpacksoftware.com authelia_url: https://auth.kolpacksoftware.com - default_redirection_url: https://auth.kolpacksoftware.com + default_redirection_url: https://kolpacksoftware.com name: authelia_session expiration: 1h inactivity: 5m