From a24bc1e2e1ce3fa154e81cd9c3d2dc78e100bada Mon Sep 17 00:00:00 2001 From: Ashley Rich Date: Tue, 17 Nov 2015 19:53:39 +0000 Subject: [PATCH] Fix error in gzip config --- global/gzip.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global/gzip.conf b/global/gzip.conf index 4176883..4a92d77 100644 --- a/global/gzip.conf +++ b/global/gzip.conf @@ -19,7 +19,7 @@ gzip_comp_level 5; gzip_http_version 1.1; # Don't compress files smaller than 256 bytes, as size reduction will be negligible. -gzip_min_length: 256; +gzip_min_length 256; # Compress the following MIME types. gzip_types