Fix error in gzip config
This commit is contained in:
parent
2b1c021d87
commit
a24bc1e2e1
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user