mirror of
https://github.com/sameersbn/docker-gitlab.git
synced 2026-01-25 14:08:09 +00:00
ssl: disable gzip compression for https connections
This commit is contained in:
parent
679e35cd2a
commit
ebce045156
@ -110,7 +110,7 @@ server {
|
||||
location @gitlab {
|
||||
# If you use https make sure you disable gzip compression
|
||||
# to be safe against BREACH attack
|
||||
# gzip off;
|
||||
gzip off;
|
||||
|
||||
proxy_read_timeout 300; # Some requests take more than 30 seconds.
|
||||
proxy_connect_timeout 300; # Some requests take more than 30 seconds.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user