Merge pull request #50 from drewhammond/gzip_http_version
Remove gzip_http_version parameter
This commit is contained in:
commit
52ccc699a8
|
@ -69,9 +69,6 @@ http {
|
||||||
# Enable Gzip compressed.
|
# Enable Gzip compressed.
|
||||||
gzip on;
|
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).
|
# Compression level (1-9).
|
||||||
# 5 is a perfect compromise between size and cpu usage, offering about
|
# 5 is a perfect compromise between size and cpu usage, offering about
|
||||||
# 75% reduction for most ascii files (almost identical to level 9).
|
# 75% reduction for most ascii files (almost identical to level 9).
|
||||||
|
|
Loading…
Reference in New Issue