• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Please beaware of a breaking change in the REST API on the next Plesk release (18.0.62).
    Starting from Plesk Obsidian 18.0.62, requests to REST API containing the Content-Type header with a media-type directive other than “application/json” will result in the HTTP “415 Unsupported Media Type” client error response code. Read more here

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