ansible-personal/roles/nginx/files
Alan Orth 30a5744812
roles/nginx: Decrease gzip_min_length from 860 to 256
There was some knowledge floating around that 860 bytes was the
optimal size, I think it was from an Akamai engineer or something,
but the HTML 5 Boilerplate server configs use 256 bytes, and I
actually have HTML content that is less than 860 bytes, so I guess
I could benefit from compressing it. gzip compression is costly
for the compression side, but very quick for the client, so this
is a good thing.

See: https://github.com/h5bp/server-configs-nginx/blob/master/nginx.conf
2016-11-14 12:46:34 +02:00
..
extra-security.conf roles/nginx: Harden security headers 2016-11-13 23:45:42 +02:00
fastcgi_cache roles/nginx: Move some common fastcgi settings out of vhost template 2015-03-10 11:59:43 +03:00
munin.conf roles/nginx: Don't cache 404 errors in munin config 2015-03-09 13:32:09 +03:00
nginx.conf roles/nginx: Decrease gzip_min_length from 860 to 256 2016-11-14 12:46:34 +02:00
renew-letsencrypt.timer Revert "roles/nginx: Only run Let's Encrypt checks once a day" 2016-08-17 11:30:10 +03:00