• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question Turn on nginx in debug mode

Hey guys, I followed this tutorial and successfully compiled nginx with additional modules. Now I would like to disable sw-nginx update. I tried this command: yum --exclude sw-nginx but it's not working. How do you disable update for a package in centos 7?

Cheers!
 
@quantim You've followed the link to the old thread that was posted by @IgorG above, as you've posted a question in it (presumably, you've also followed the links to the other threads that it contains...) but explanations to "which version" and "upgrades" are posted (by others) in that thread.

It's also worth remembering that Plesk compiles and provides "sw-nginx" package(s). So, you will need to look at both of the Plesk provided "sw-nginx" packages & then trace back to which package you've actually re-compiled to fully answer your question. The quickest, simple way is probably:

# nginx -V
# sw-cp-serverd -V
 
Back
Top