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.erb2
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)";