• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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