Fix error in gzip config

This commit is contained in:
Ashley Rich 2015-11-17 19:53:39 +00:00
parent 2b1c021d87
commit a24bc1e2e1

View File

@ -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