Enable gzip compression for .svg

This commit is contained in:
Felix Ableitner 2020-06-03 11:59:39 +02:00
parent 59d22ef775
commit b2a7ce834d

View file

@ -36,7 +36,7 @@ server {
# It might be nice to compress JSON, but leaving that out to protect against potential
# compression+encryption information leak attacks like BREACH.
gzip on;
gzip_types text/css application/javascript;
gzip_types text/css application/javascript image/svg+xml;
gzip_vary on;
# Only connect to this site via HTTPS for the two years