Make nginx gzip more than JSON
In the process of admiring a recent map from The Economist, I ended up complaining about resources that make up the map not being gzipped. It's »
In the process of admiring a recent map from The Economist, I ended up complaining about resources that make up the map not being gzipped. It's »
Since I'm talking about Apache, I figured I might as well make a note about how to enable gzip compression on files served by Apache. This »
One weird trick to reduce web server response size by 80-90%! Add: gzip on; gzip_types application/json; to the http block in your nginx.conf »