Add default redirection URL to session cookies in Authelia configuration
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user