Serve pre-compressed cached files in Nginx and Passenger
I'm running a Rails App on Passenger with Nginx. Some of my App's files are mostly static so I cache them with page caching which writes a .html file and a .html.gz pre-compressed version in the public directory for Nginx…