If you previously added PageSpeed configuration directives to Nginx and need to remove them, SSH into your server as root and use the command below to find any PageSpeed directives you'd added to the Nginx configuration:
sudo grep -R pagespeed /etc/nginx-sp/
If the above command prints any output, it will show which files you need to edit to remove PageSpeed configuration directives.