Skip to content
Snippets Groups Projects
Commit 6095f997 authored by Marius Burkard's avatar Marius Burkard
Browse files

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 !1590
parents 48d4a49f 72bdcce1
No related branches found
No related tags found
No related merge requests found
......@@ -114,6 +114,6 @@ NameVirtualHost *:<tmpl_var name="vhost_port">
</tmpl_if>
# Redirect http to https
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>"
</VirtualHost>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment