summaryrefslogtreecommitdiff
path: root/templates/nginx.conf.erb
diff options
context:
space:
mode:
Diffstat (limited to 'templates/nginx.conf.erb')
-rw-r--r--templates/nginx.conf.erb4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/nginx.conf.erb b/templates/nginx.conf.erb
index e953095..c181b12 100644
--- a/templates/nginx.conf.erb
+++ b/templates/nginx.conf.erb
@@ -24,8 +24,8 @@ http {
proxy_read_timeout 120;
tcp_nodelay on;
- gzip on;
- gzip_disable "MSIE [1-6]\.(?!.*SV1)";
+ gzip off;
+ #gzip_disable "MSIE [1-6]\.(?!.*SV1)";
include /etc/nginx/conf.d/*.conf;
include /etc/nginx/sites-enabled/*;