• 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

Question is it possible to run Nginx Plus (the paid version) ?

larryk

Regular Pleskian
I wanted to inquire if that is an option.
Could it be done and not cause problems with Plesk as a whole?

thanks
 
Hi larryk,

I wanted to inquire if that is an option.
This might cause issues, because of dependencies issues ( the name of the package differs as well = nginx-plus ), but it is as well possible to compile your very own NGINX - version.
Maybe the Contribution => "How to compile NGINX with additional modules ( pagespeed / cache_purge / headers-more / and others )" will point you to all necessary steps, or you might consider to compile and use your very own NGINX - version afterwards? :):D:)
 
You can do this by changing the package depends to a provides with nginx-plus. For RPM based systems go and install rpmrebuild and then do this
Bash:
rpmrebuild -enp nginx-plus-22-1.el7.ngx.x86_64.rpm

Find the line that says
Bash:
Conflicts:     nginx
and change it to
Bash:
Provides:     nginx
Save and install the rebuild RPM

I've done this with random things to test before. You can do the same with DEB packages but I'll save the googling for you to do on that front ;)
1605799654050.png
 
Back
Top