[packages/gitlab-ce] fix workhorse socket path

glen glen at pld-linux.org
Sun Aug 21 15:25:00 CEST 2016


commit b13379f545e3b813ce33b7363047a66570b9e896
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Sun Aug 21 16:24:01 2016 +0300

    fix workhorse socket path

 nginx.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/nginx.conf b/nginx.conf
index 21e7056..f0af758 100644
--- a/nginx.conf
+++ b/nginx.conf
@@ -8,7 +8,7 @@
 ###################################
 
 upstream gitlab-workhorse {
-	server unix:/run/gitlab/gitlab-workhorse.socket;
+	server unix:/var/run/gitlab/gitlab.socket;
 }
 
 server {
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/gitlab-ce.git/commitdiff/bb222ff79fa4219211316f1a0897824f364e1132



More information about the pld-cvs-commit mailing list