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 »
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 »