commit 4dbbdc7eb84bbcd5ac7da76cf6d1b700b84426a7
Author: Elan Ruusamäe <g...@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

_______________________________________________
pld-cvs-commit mailing list
pld-cvs-commit@lists.pld-linux.org
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to