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
Note: Mannuall installation of nginx must be removed before using the above commands.
No comments:
Post a Comment