[packages/gitlab-ce] nginx: gzip sample
glen
glen at pld-linux.org
Sun Sep 4 12:44:31 CEST 2016
commit 4dbbdc7eb84bbcd5ac7da76cf6d1b700b84426a7
Author: Elan Ruusamäe <glen at delfi.ee>
Date: Sun Sep 4 13:44:18 2016 +0300
nginx: gzip sample
from https://gitlab.com/gitlab-org/gitlab-ce/blob/master/lib/support/nginx/gitlab
nginx.conf | 1 +
1 file changed, 1 insertion(+)
---
diff --git a/nginx.conf b/nginx.conf
index 499fdf6..f6e2f8c 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -30,6 +30,7 @@ server {
location / {
## If you use HTTPS make sure you disable gzip compression
## to be safe against BREACH attack.
+ #gzip off;
## https://github.com/gitlabhq/gitlabhq/issues/694
## Some requests take more than 30 seconds.
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/4dbbdc7eb84bbcd5ac7da76cf6d1b700b84426a7
More information about the pld-cvs-commit
mailing list