Browse Source

Closes #5211 - Fix HTTP to HTTPS redirection in Apache2 conf file

Anael Mobilia 9 months ago
parent
commit
e42e4b19c3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      contrib/apache2/zammad_ssl.conf

+ 1 - 1
contrib/apache2/zammad_ssl.conf

@@ -9,7 +9,7 @@ ServerTokens Prod
 
 <VirtualHost *:80>
     ServerName example.com
-    Redirect permanent / https://example.com
+    Redirect permanent / https://example.com/
 </VirtualHost>
 
 <VirtualHost *:443>