roles/nginx: Set gzip_comp_level to 6

Seems to be the sweet spot, as gzip itself defaults to this.

Signed-off-by: Alan Orth <alan.orth@gmail.com>
This commit is contained in:
Alan Orth 2015-03-09 10:21:34 +03:00
parent bb92bd080d
commit 066bf6fa85
Signed by: alanorth
GPG Key ID: 0FB860CC9C45B1B9
1 changed files with 1 additions and 0 deletions

View File

@ -30,6 +30,7 @@ http {
gzip on;
gzip_vary on;
gzip_comp_level 6;
gzip_min_length 860;
gzip_disable "msie6";
gzip_http_version 1.1;