• 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.

Nginx Defaults

scottthepotter

Basic Pleskian
I enabled Nginx on my Plesk 11.5 server but unfortunately it breaks about 90% of the 50+ websites that I host in its default of 'Smart Static Files Processing'. Is there a way to enable Nginx on the server but have the default be disabled on each domain so that I can turn on Nginx on each domain and test instead of having the default be enabled on all domains?
 
No, nginx is enabled server-wide. However, you may switch it to "proxy only" mode on each site you need to. Mass operation could be done via CLI (probably using a cycle in shell over domains data fetched from DB). Maybe this can also be set up in subscription templates and then synchronized with subscriptions (not sure though).
 
Back
Top