I tried to install this plugin yesterday, but got an error message since I'm running the Github version 1.2.x - it complains with a "Your i-MSCP version is not compatible with this plugin."
I then tried to re-create the functionality through a proxy set-up myself, but ran into some ugly problems with the web tools: webmail et al. try to redirect traffic to port 8080 (mainly because https://example.com/pma gets redirected to https://example.com/pma/ - plus, the redirect adds the port like this: https://example.com:8080/pma/ ) - which fails since I try to hide the port 8080 by routing via loopback (127.0.0.1) and setting nginx to listen on that interface only, too. My goal is to force access through ssl, and make it available only through BASE_SERVER_VHOST… any clues which might help me? TIA (and thanks for the awesome work you're doing here, btw!)