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
21 hours 14 min ago
21 hours 19 min ago
1 day 2 hours ago
1 day 8 hours ago
1 day 9 hours ago
1 day 11 hours ago
1 day 15 hours ago
1 day 22 hours ago
2 days 1 hour ago
2 days 3 hours ago