From e20af1500693aa1cd08c79b7f06b1ca2ecc7a915 Mon Sep 17 00:00:00 2001 From: Wesley Moore Date: Fri, 9 Jul 2010 13:41:27 +1000 Subject: [PATCH] Add XML to gzip types in nginx --- etc/nginx.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/etc/nginx.conf b/etc/nginx.conf index 5220462..f1c7888 100644 --- a/etc/nginx.conf +++ b/etc/nginx.conf @@ -31,6 +31,7 @@ http { keepalive_timeout 65; gzip on; + gzip_types text/xml; server { listen 80;