If you have ever used any tool to optimize a web page, you know that compressing
the return traffic to the client is a big win. In nginx, this is done with the
gzip module. The
easiest thing to do is add gzip on;
to the http
stanza in your …
Enable gzip in Nginx
Posted on in System Administration