We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 48d4a49 + 72bdcce commit 6095f99Copy full SHA for 6095f99
install/tpl/apache_ispconfig.vhost.master
@@ -114,6 +114,6 @@ NameVirtualHost *:<tmpl_var name="vhost_port">
114
</tmpl_if>
115
116
# Redirect http to https
117
- ErrorDocument 400 "<script>document.location.href='https://'+location.hostname+':'+location.port';</script><h1>Error 400 - trying to redirect</h1>"
+ ErrorDocument 400 "<script>document.location.href='https://'+location.hostname+':'+location.port;</script><h1>Error 400 - trying to redirect</h1>"
118
119
</VirtualHost>
0 commit comments