From 8084f3367669559a0f1e25f0ae48aa176c2f379d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Fra=C3=9F?= Date: Thu, 6 Jun 2024 14:46:44 +0200 Subject: [PATCH] [fix] role:authelia --- roles/authelia/templates/conf-main.json.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}}" } ]