• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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