Add default redirection URL to session cookies in Authelia configuration
This commit is contained in:
@@ -16,9 +16,6 @@ log:
|
|||||||
|
|
||||||
theme: auto
|
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
|
# Identity Validation
|
||||||
#########################################################
|
#########################################################
|
||||||
@@ -86,6 +83,7 @@ session:
|
|||||||
cookies:
|
cookies:
|
||||||
- domain: "gate.3launchpad.com"
|
- domain: "gate.3launchpad.com"
|
||||||
authelia_url: "https://auth.gate.3launchpad.com"
|
authelia_url: "https://auth.gate.3launchpad.com"
|
||||||
|
default_redirection_url: "https://traefik.gate.3launchpad.com/"
|
||||||
redis:
|
redis:
|
||||||
host: redis
|
host: redis
|
||||||
port: 6379
|
port: 6379
|
||||||
|
|||||||
Reference in New Issue
Block a user