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