Merge pull request #50 from drewhammond/gzip_http_version

Remove gzip_http_version parameter
This commit is contained in:
Andy Dawson 2014-08-13 16:22:47 +02:00
commit 52ccc699a8
1 changed files with 0 additions and 3 deletions

View File

@ -69,9 +69,6 @@ http {
# Enable Gzip compressed.
gzip on;
# Enable compression both for HTTP/1.0 and HTTP/1.1 (required for CloudFront).
gzip_http_version 1.0;
# Compression level (1-9).
# 5 is a perfect compromise between size and cpu usage, offering about
# 75% reduction for most ascii files (almost identical to level 9).