From: Silvio Rhatto Date: Sat, 25 Oct 2014 14:10:43 +0000 (-0200) Subject: Disable compression (BREACH) X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=ca3b256ab8f92a4c9b44d7d018aebbc23864b892;p=puppet-nginx.git Disable compression (BREACH) --- 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/*;