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