From 1f3d06d9a2341d587e97d5a4294b3a1ea639f7df Mon Sep 17 00:00:00 2001 From: samba <samba@autistici.org> Date: Tue, 11 Oct 2022 17:50:59 +0000 Subject: [PATCH] Update rt4.pm.j2 --- roles/rt4/templates/rt4.pm.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/rt4/templates/rt4.pm.j2 b/roles/rt4/templates/rt4.pm.j2 index d23802aa..7950d5dc 100644 --- a/roles/rt4/templates/rt4.pm.j2 +++ b/roles/rt4/templates/rt4.pm.j2 @@ -2,7 +2,7 @@ Set($rtname, '{{ helpdesk_app_name }}'); Set($LogoLinkURL , 'https://helpdesk.autistici.org/rt/'); Set($Organization, '{{ helpdesk_organization }}'); -Set($WebDomain, 'helpdesk.{{ domain_public[0] }}'); +Set($WebDomain, 'helpdesk.autistici.org); Set($WebPort, 443); Set($WebPath, '/rt'); Set($CanonicalizeRedirectURLs, 1); -- GitLab