I have followed the steps here:
https://developers.google.com/speed/pagespeed/module/downstream-caching
To configure proxy caching with pagespeed, but I found that when adding "pagespeed off" in the proxy_cache server configuration file then the cpu usage will be 100% and the site does not load, and when i remove it, it works fine.
The configuration file is here: https://gist.github.com/bml13/505e5bf840a9d09143d3
What could be wrong?