Hello to everyone,
we have disallowed IspConfig access by refusing connections to port 8080 from everywhere but the localhost and we use port redirection via SSH to access the IspConfig Control panel.
We are running ISPConfig3 on Debian Sqeeze, Nginx, PHP-FPM, etc, based on the wonderful how-to by djh-compnet & falco. Check Tutorial:
The Perfect Server – Debian Squeeze (Debian 6.0) With BIND, Dovecot & Nginx [ISPConfig 3]
We would like to allow on some client websites to use the IspConfig control panel. We have also enabled SSL on the website.
i.e. we want to access ISPConfig via
https://www.example.org/ispconfig
We have tried to use the following redirection rule in NGINX:
location /ispconfig {
rewrite ^/ispconfig/(.*)$ $1 break;
proxy_pass
https://127.0.0.1:8080;
proxy_redirect off;
proxy_buffering off;
}
but it does not work, and we get a 404 error.
Do we need to disable https at the ispconfig site?
Does anybody know how to overcome this?
Thank you all in advance for your support.
Kind regards,
Panos.
Recent comments
2 days 9 min ago
2 days 8 hours ago
2 days 11 hours ago
2 days 13 hours ago
2 days 14 hours ago
2 days 16 hours ago
2 days 17 hours ago
2 days 18 hours ago
3 days 10 hours ago
3 days 11 hours ago