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
9 hours 47 min ago
14 hours 46 min ago
16 hours 12 min ago
17 hours 5 min ago
18 hours 48 min ago
23 hours 12 min ago
1 day 4 min ago
1 day 2 hours ago
1 day 15 hours ago
1 day 17 hours ago