gzip as much as makes sense
This commit is contained in:
parent
92052a3d0a
commit
930cf87084
1 changed files with 6 additions and 0 deletions
|
@ -25,8 +25,14 @@ http {
|
|||
|
||||
sendfile on;
|
||||
tcp_nopush on;
|
||||
|
||||
# Gzip basically everything if we can
|
||||
gzip on;
|
||||
gzip_vary on;
|
||||
gzip_types *;
|
||||
gzip_proxied any;
|
||||
gzip_comp_level 3;
|
||||
gzip_min_length 1024;
|
||||
|
||||
keepalive_timeout 65;
|
||||
|
||||
|
|
Loading…
Reference in a new issue