2
0
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:
Frederik Ring 2019-09-28 17:25:18 +02:00 committed by GitHub
commit f53ae00a0e

View File

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