diff --git a/assets/config/nginx/gitlab.https.permissive b/assets/config/nginx/gitlab.https.permissive index f1a88127..3b94b4cc 100644 --- a/assets/config/nginx/gitlab.https.permissive +++ b/assets/config/nginx/gitlab.https.permissive @@ -45,7 +45,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.