summaryrefslogtreecommitdiff
path: root/nginx.conf
diff options
context:
space:
mode:
authorAlex Xu <alex_y_xu@yahoo.ca>2013-08-03 16:21:37 -0400
committerAlex Xu <alex_y_xu@yahoo.ca>2013-08-03 16:35:16 -0400
commitd47fade7099b96fdabb3a5fd3d6196b9a66ce49e (patch)
tree687ac3a3af17007c71263c468e6b5bcd2bd9d6d7 /nginx.conf
parente3e9a0947a2b04348cc9b77aff054960485b4393 (diff)
downloadhtml5ks-d47fade7099b96fdabb3a5fd3d6196b9a66ce49e.tar.xz
html5ks-d47fade7099b96fdabb3a5fd3d6196b9a66ce49e.zip
fix stuff
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;