diff --git a/roles/authelia/templates/conf-main.json.j2 b/roles/authelia/templates/conf-main.json.j2 index e942e72..475cda4 100644 --- a/roles/authelia/templates/conf-main.json.j2 +++ b/roles/authelia/templates/conf-main.json.j2 @@ -128,7 +128,7 @@ "cookies": [ { "domain": "{{var_authelia_session_domain}}", - "authelia_url": "{{var_authelia_domain}}", + "authelia_url": "https://{{var_authelia_domain}}/", "default_redirection_url": "{{var_authelia_redirect_url}}" } ]