I installed ISPConfig on Ubuntu. It was configured for one NGinx install but I had to move to a different Nginx install. Now how can I make ISPConfig aware of this new location and forget about the other one? Thanks!
|
feedback
|
|
If you want to change the configuration path (i.e. where the vhost files go), modify:
If you have two copies of nginx installed, ensure the right copy is being loaded via your init (or upstart) script.
ISPConfig should (not quite certain that it does) launch the default one - either directly, or by using an init script (or the services command). If you are a bit more adventurous, you can modify the way that ISPConfig works (e.g. the default vhost layout) by looking in the following files:
| |||
|
feedback
|
System > Server Config > [Server Name] > Web > Nginx Vhost config dir. If you have two copies of nginx installed, ensure the right one is being loaded via your init script. Trywhich nginxandwhereis nginxto locate the installed copies. ISPConfig should (not quite certain that it does) launch the default one. – cyberx86 Feb 8 at 23:49