[DRE-commits] [gitlab] 02/02: use correct path for socket
Praveen Arimbrathodiyil
praveen at moszumanska.debian.org
Mon Feb 15 11:19:32 UTC 2016
This is an automated email from the git hooks/post-receive script.
praveen pushed a commit to branch master
in repository gitlab.
commit 37a6efbbaa2dc1831f0574bd43327af81b59b402
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date: Mon Feb 15 16:47:29 2016 +0530
use correct path for socket
---
debian/conf/unicorn.rb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/debian/conf/unicorn.rb b/debian/conf/unicorn.rb
index b8c7940..40b545e 100644
--- a/debian/conf/unicorn.rb
+++ b/debian/conf/unicorn.rb
@@ -35,7 +35,7 @@ working_directory ENV['gitlab_home'] # available in 0.94.0+
# Listen on both a Unix domain socket and a TCP port.
# If you are load-balancing multiple Unicorn masters, lower the backlog
# setting to e.g. 64 for faster failover.
-listen "#{ENV['gitlab_pid_path']}/pids/gitlab.socket", :backlog => 1024
+listen "#{ENV['gitlab_pid_path']}/sockets/gitlab.socket", :backlog => 1024
listen "127.0.0.1:8080", :tcp_nopush => true
# nuke workers after 30 seconds instead of 60 seconds (the default)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/gitlab.git
More information about the Pkg-ruby-extras-commits
mailing list