Skip to content

Commit ef2eee0

Browse files
committed
Better threshold for gzip
1 parent 0f32308 commit ef2eee0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

template/root-nginx-conf.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
gzip_vary on;
4848
gzip_proxied any;
4949
gzip_comp_level 6;
50-
gzip_min_length 860;
50+
gzip_min_length 16000;
5151
gzip_buffers 16 8k;
5252
gzip_types
5353
text/css

0 commit comments

Comments
 (0)