Skip to content

Commit 6095f99

Browse files
author
Marius Burkard
committed
Merge branch '6319-typo-in-the-ispconfig-vhost-error-400' into 'develop'
Resolve "Typo in the ispconfig.vhost - error 400" Closes #6319 See merge request ispconfig/ispconfig3!1590
2 parents 48d4a49 + 72bdcce commit 6095f99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/tpl/apache_ispconfig.vhost.master

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ NameVirtualHost *:<tmpl_var name="vhost_port">
114114
</tmpl_if>
115115

116116
# Redirect http to https
117-
ErrorDocument 400 "<script>document.location.href='https://'+location.hostname+':'+location.port';</script><h1>Error 400 - trying to redirect</h1>"
117+
ErrorDocument 400 "<script>document.location.href='https://'+location.hostname+':'+location.port;</script><h1>Error 400 - trying to redirect</h1>"
118118

119119
</VirtualHost>

0 commit comments

Comments
 (0)