From 6fec59974c75fb9004336a4f6e70b968110ee3dd Mon Sep 17 00:00:00 2001 From: gau1991 Date: Mon, 23 Feb 2015 14:54:35 +0530 Subject: [PATCH] Added missing MIME-types --- ee/cli/templates/nginx-core.mustache | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/ee/cli/templates/nginx-core.mustache b/ee/cli/templates/nginx-core.mustache index 557c95a7..c1cd7d60 100644 --- a/ee/cli/templates/nginx-core.mustache +++ b/ee/cli/templates/nginx-core.mustache @@ -52,5 +52,7 @@ gzip_types image/x-icon text/css text/plain - text/x-component; - # text/html is always compressed by HttpGzipModule \ No newline at end of file + text/x-component + text/xml + text/javascript; + # text/html is always compressed by HttpGzipModule