From ca3b256ab8f92a4c9b44d7d018aebbc23864b892 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 25 Oct 2014 12:10:43 -0200 Subject: Disable compression (BREACH) --- templates/nginx.conf.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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/*; -- cgit v1.2.3