From 72bdcce1f9c1774f92724dc4a7b80acaae42f08d Mon Sep 17 00:00:00 2001 From: Thom Date: Fri, 25 Mar 2022 22:52:21 +0000 Subject: [PATCH] Fix typo in error 400 redirect script (#6319) --- install/tpl/apache_ispconfig.vhost.master | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/tpl/apache_ispconfig.vhost.master b/install/tpl/apache_ispconfig.vhost.master index e38e39a8e1..df0b98fda7 100644 --- a/install/tpl/apache_ispconfig.vhost.master +++ b/install/tpl/apache_ispconfig.vhost.master @@ -114,6 +114,6 @@ NameVirtualHost *: # Redirect http to https - ErrorDocument 400 "

Error 400 - trying to redirect

" + ErrorDocument 400 "

Error 400 - trying to redirect

" -- GitLab