2
0
mirror of https://github.com/offen/website.git synced 2024-10-18 12:10:25 +02:00

enable gzip compression for all mime types

This commit is contained in:
Frederik Ring 2019-09-28 17:17:18 +02:00
parent 603e0bfc0f
commit 95db289f07

View File

@ -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;