• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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