ansible-personal/roles
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
..
common roles/common: Don't set up apt sources on arm 2016-09-29 16:47:44 +03:00
mariadb Revert "Only update packages indexes if the cache is 1 hour old" 2016-08-25 12:58:15 +03:00
munin Add 'packages' tag to any task doing package stuff 2016-08-14 16:33:48 +03:00
nginx roles/nginx: Decrease gzip_min_length from 860 to 256 2016-11-14 12:46:34 +02:00
php-fpm roles/php-fpm: Only create pools for vhosts that need PHP 2016-09-13 15:58:09 +03:00