mirror of
https://github.com/offen/website.git
synced 2024-11-22 09:00:28 +01:00
Merge pull request #133 from offen/missing-gzip
Enable gzip compression for all mime types
This commit is contained in:
commit
f53ae00a0e
@ -2,6 +2,7 @@ events {}
|
||||
|
||||
http {
|
||||
gzip on;
|
||||
gzip_types *;
|
||||
gzip_comp_level 2;
|
||||
gzip_min_length 1000;
|
||||
gzip_proxied expired no-cache no-store private auth;
|
||||
|
Loading…
Reference in New Issue
Block a user