Question
Unable to change options for ngx_pagespeed
I was able to successfully add ngx_pagespeed to my Nginx server. It works - for example I can see it is automatically converting my .jpg images to .webp.
However, I’m not able to edit any options. When I try to run something like pagespeed rewrite_images on
, or even pagespeed on
, I get an error pagespeed: command not found
.
Per documentation pagespeed
should be the command for Nginx: https://modpagespeed.com/doc/configuration
Any tips?
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
×