How do I install ISPConfig with Apache as the web server and Nginx as a reverse proxy? I tried the following after installing both Apache and Nginx but none of them work: - Copied the nginx_reverseproxy_plugin.inc.php file to the plugins-enabled directory. - Uncommented two blocks of code in the install.php file that meant to install Nginx (or Squid) as a proxy. This brings up a "Configure Proxy Server" question but answering "y" doesn't do anything.
The plugin that is part of the ispconfig tar.gz is not maintained anymore and has been disabled as it is not working with the current release. You can e.g. try this one instead: https://github.com/Rackster/ispconfig3-nginx-reverse-proxy
Thanks for the super quick reply till! How do I use it? Should I install ISPConfig with Apache, download this plugin and just extract it? Should nginx_reverse_proxy_plugin.inc.php be symlinked to plugins-enabled directory after extraction?