]> gitweb.fluxo.info Git - puppet-nginx.git/commitdiff
Disable compression (BREACH)
authorSilvio Rhatto <rhatto@riseup.net>
Sat, 25 Oct 2014 14:10:43 +0000 (12:10 -0200)
committerSilvio Rhatto <rhatto@riseup.net>
Sat, 25 Oct 2014 14:10:43 +0000 (12:10 -0200)
templates/nginx.conf.erb

index e95309580b9af78cb5a0d66811e22a0315a735ec..c181b12b541408df3d4ae1c5a85b1683eb4e261c 100644 (file)
@@ -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/*;