From d47fade7099b96fdabb3a5fd3d6196b9a66ce49e Mon Sep 17 00:00:00 2001 From: Alex Xu Date: Sat, 3 Aug 2013 16:21:37 -0400 Subject: fix stuff --- nginx.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nginx.conf') 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; -- cgit v1.2.3-54-g00ecf