summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
Diffstat (limited to 'nginx.conf')
-rw-r--r--nginx.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/nginx.conf b/nginx.conf
index be4b45a..cc1f0d7 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -37,7 +37,7 @@ http {
gzip on;
include nginx.gen.conf;
- gzip_types text/plain text/css application/javascript application/json;
+ gzip_types application/javascript application/json image/svg+xml text/plain text/css;
gzip_vary on;
sendfile on;