diff --git a/roles/rt4/templates/rt4.pm.j2 b/roles/rt4/templates/rt4.pm.j2
index 771b9aa31b9f3ac09b623a5d70eec56ae223d67a..d6f0983fe1d435ebb509b6a3bcf2a8bc55c1104b 100644
--- a/roles/rt4/templates/rt4.pm.j2
+++ b/roles/rt4/templates/rt4.pm.j2
@@ -1,6 +1,6 @@
 # Set the Organization name and our public URL.
 Set($rtname, '{{ helpdesk_app_name }}');
-Set($WebBaseURL , 'https://helpdesk.autistici.org/rt/');
+Set($WebBaseURL , 'https://helpdesk.autistici.org');
 Set($Organization, '{{ helpdesk_organization }}');
 Set($WebDomain, 'helpdesk.{{ domain_public[0] }}');
 Set($WebPort, 443);
@@ -77,17 +77,17 @@ Set(%FullTextSearch,
 {% endif %}
 
 {% if helpdesk_gpg_enabled %}
-Set( %Crypt,                         
-        RejectOnMissingPrivateKey => 0,                                    
-        RejectOnBadData => 0                                               
-);  
+Set( %Crypt,
+        RejectOnMissingPrivateKey => 0,
+        RejectOnBadData => 0
+);
 Set(%GnuPG,
     Enable => 1,
     OutgoingMessageFormat => 'RFC',
     GnuPG => '/usr/bin/gpg'
 );
 Set(%GnuPGOptions,
-	'use-agent' => undef, 
+	'use-agent' => undef,
 	'no-permission-warning' => undef,
     'homedir' => "/config/gnupg",
 	'passphrase' => '',