nginx.conf: Remove the gzip_buffers directive and let nginx figure it out instead, that way it will align them to CPU cache lines for greater performance

This commit is contained in:
Aitte 2013-02-24 15:45:42 -05:00 committed by Andy Dawson
parent f0527124a4
commit e79e23fa0c
1 changed files with 0 additions and 1 deletions

View File

@ -58,7 +58,6 @@ http {
gzip_http_version 1.0;
gzip_comp_level 5;
gzip_min_length 512;
gzip_buffers 4 8k;
gzip_proxied any;
gzip_types
# text/html is always compressed by HttpGzipModule