• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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