Skip to content
Snippets Groups Projects
Commit 72bdcce1 authored by Thom's avatar Thom :tools:
Browse files

Fix typo in error 400 redirect script (#6319)

parent 48d4a49f
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