Add default redirection URL to session cookies in Authelia configuration

This commit is contained in:
Mohmmed Elfateh Sabry
2025-08-11 02:51:28 +03:00
parent 7b165dbbf6
commit 8465f48ed5

View File

@@ -16,9 +16,6 @@ log:
theme: auto
# Where to send users if they hit a protected resource without a Referer
default_redirection_url: "https://traefik.gate.3launchpad.com/"
#########################################################
# Identity Validation
#########################################################
@@ -86,6 +83,7 @@ session:
cookies:
- domain: "gate.3launchpad.com"
authelia_url: "https://auth.gate.3launchpad.com"
default_redirection_url: "https://traefik.gate.3launchpad.com/"
redis:
host: redis
port: 6379