diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/nginx.conf.erb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/nginx.conf.erb b/templates/nginx.conf.erb index c181b12..cf339dd 100644 --- a/templates/nginx.conf.erb +++ b/templates/nginx.conf.erb @@ -24,6 +24,8 @@ http { proxy_read_timeout 120; tcp_nodelay on; + # disable compression + # prevents BREACH attack gzip off; #gzip_disable "MSIE [1-6]\.(?!.*SV1)"; |