Saturday, November 23, 2013

"nginx" in Parallels Panel



Enabling NGINX in Parallels Panel

If you are trying to activate NGINX in Parallels panel, you might come at the scenario that it can't be enabled, and may say that teh service is not installed.

Well here is what you have to do.
Log in to the server through ssh, and run the following two commands.
cd /usr/local/psa/admin/bin/
./autoinstaller --select-release-current --install-component nginx

Then go to Server-> Services Management in the Prallels Panel,  and you can now start the nginx.

Note: Mannuall installation of nginx must be removed before using the above commands.

No comments:

Post a Comment