• 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

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