What's the command to remove pagespeed

Hello,

I wish to remove pagespeed module from my easyengine powered nginx server.

What’s the command?

I think you are looking for:

ee site update example.com --wp --pagespeed=off

…where “example.com” is your website.

This info was taken from the documentation on EasyEngine 3.1 (Found here: https://rtcamp.com/blog/easyengine-3-1-hhvm-pagespeed/), though I’m not sure if this will work on prior versions.

Point of Interest: It doesn’t appear that the command (above) actually removes (uninstalls/deletes) the page speed module as much as it disables it (turns it off).