• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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