ansible-personal/roles/nginx
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
..
defaults Set use_letsencrypt to true for nginx role 2016-10-09 11:59:21 +03:00
files roles/nginx: Decrease gzip_min_length from 860 to 256 2016-11-14 12:46:34 +02:00
handlers Initial commit 2014-08-17 00:35:57 +03:00
tasks roles/nginx/tasks/letsencrypt.yml: Add system deps for certbot 2016-10-09 14:06:06 +03:00
templates roles/nginx: Remove 'public' from Cache-Control header 2016-11-14 07:58:46 +02:00