add redirect to https for ispconfig interface by 000-ispconfig.vhost in apache2
Hello every body
It's can be good to add this :
For Apache2 in install/tpl/apache_ispconfig.vhost.master
ErrorDocument 400 "<script>document.location.href='https://'+location.hostname+':'+location.port';</script><h1>Change http to http<b>s</b> into the url</h1>"
For ngnix in install/tpl/nginx_ispconfig.vhost.master it's already redirected (I think)
# redirect to https if accessed with http
{ssl_comment}error_page 497 https://$host:{vhost_port}$request_uri;
Have good day :)