Note

While removing the entire cache folder is perfectly fine, according to pagespeed docs, the safest way of doing so is to touch the cache.flush file.

sudo touch /var/ngx_pagespeed_cache/cache.flush

Depending how your nginx installation is setup, you may need to make www-data the owner for this to make the magic happen.

sudo chown www-data:www-data /var/ngx_pagespeed_cache/cache.flush