• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

How can I disable nginx completely?

abdicarcomm

New Pleskian
Hello there,

Nginx is certainly not working "out the box" with Parallels... Then, after a lot of errors, I decided to uninstall it.

So, I removed the RPM, and when I ran this command to reconfigure the httpd, the result is the next:

[root@dns01 ~]# /usr/local/psa/admin/bin/httpdmng --reconfigure-all
/usr/local/psa/admin/sbin/nginx-config: line 221: /usr/sbin/nginx: No such file or directory

[root@dns01 ~]#

How can I disable nginx completely?

Thank you in advanced for you cooperation.
 
Ok, I fixed. First I reinstalled nginx... Then:

[root@dns01 ~]# /usr/local/psa/admin/bin/nginxmng -d
No valid mailman bindir detected
[root@dns01 ~]# /usr/local/psa/admin/sbin/httpdmng --reconfigure-all
[root@dns01 ~]#

And that's all.
 
Back
Top