Skip to content

Commit 72bdcce

Browse files
author
Thom
committed
Fix typo in error 400 redirect script (#6319)
1 parent 48d4a49 commit 72bdcce

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)