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;