• 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
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff 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