diff --git a/nginx.conf b/nginx.conf index b4c9126..3e777f4 100644 --- a/nginx.conf +++ b/nginx.conf @@ -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).