• 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 which Nginx setting in Plesk which mod_pagespeed?

kobby

New Pleskian
Hello,
What is the correct setting in PLESK in a domain at "Apache & nginx Settings"?
- Proxy mode: on or off? I think on.
- Smart static files processing: on or off? I am not sure.
- Serve static files directly by nginx: on or off? I am not sure.
I like to use the Apache pagespeed module and Ngnix.
 
- Proxy mode: on or off? I think on.
Correct.
- Smart static files processing: on or off? I am not sure.
- Serve static files directly by nginx: on or off? I am not sure.
Static files should be processed by Apache to get the best out of this module. Please deactivate the option "Apache &nginx Settings" > "nginx settings" > "Smart static files processing" for all used domains.
 
Hello IgorG,

I have tested it, but it does not work, because I get 404 errors on some files, which use a rewrite rule in Wordpress.
I used this setting:

- Proxy mode: on or off? ON
- Smart static files processing: on or off? OFF
- Serve static files directly by nginx: on or off? OFF
- Nginx caching: OFF

I can only solve the problem with the 404 errors if I use:

- Proxy mode: on or off? ON
- Smart static files processing: on or off? OFF
- Serve static files directly by nginx: on or off? ON
- Nginx caching: OFF

But normally pagespeed would not work correct with this settings, but I can see many files where is "pagespeed" as text include.
To restart nginx, httpd and to reboot did not help.

Regards
 
Back
Top