Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Mattia Rizzolo
ISPConfig 3
Commits
72bdcce1
Commit
72bdcce1
authored
Mar 25, 2022
by
Thom
🛠
Browse files
Fix typo in error 400 redirect script (
#6319
)
parent
48d4a49f
Changes
1
Hide whitespace changes
Inline
Side-by-side
install/tpl/apache_ispconfig.vhost.master
View file @
72bdcce1
...
...
@@ -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>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment