]> git.pld-linux.org Git - packages/gitlab-ce.git/blobdiff - nginx.conf
v8.12.1
[packages/gitlab-ce.git] / nginx.conf
index 499fdf6a1e5d083c8fcb21bab3afb3b69118dd2e..ca5659a06a55c7f2b5833aa6623025ab7433dc17 100644 (file)
@@ -8,7 +8,7 @@
 ###################################
 
 upstream gitlab-workhorse {
-       server unix:/var/run/gitlab/gitlab.socket;
+       server unix:/var/run/gitlab/gitlab-workhorse.socket fail_timeout=0;
 }
 
 server {
@@ -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.
This page took 0.091475 seconds and 4 git commands to generate.