summaryrefslogtreecommitdiff
path: root/pld.patch
diff options
context:
space:
mode:
authorElan Ruusamäe2016-05-26 16:26:55 (GMT)
committerElan Ruusamäe2016-05-26 16:26:55 (GMT)
commita7e6d1a02df2244c6700fe0e94c9e2bd8225a00b (patch)
tree8c7ce83c0e57863f046c779d81f003bc65b48a8d /pld.patch
parent55a3700b89fdd43d65a7980e32406db949dfb190 (diff)
downloadgitlab-ce-a7e6d1a02df2244c6700fe0e94c9e2bd8225a00b.zip
gitlab-ce-a7e6d1a02df2244c6700fe0e94c9e2bd8225a00b.tar.gz
fix more run paths
Diffstat (limited to 'pld.patch')
-rw-r--r--pld.patch4
1 files changed, 2 insertions, 2 deletions
diff --git a/pld.patch b/pld.patch
index d57d487..ea27435 100644
--- a/pld.patch
+++ b/pld.patch
@@ -51,7 +51,7 @@
# If you are load-balancing multiple Unicorn masters, lower the backlog
# setting to e.g. 64 for faster failover.
-listen "/home/git/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024
-+listen "/run/gitlab/gitlab.socket", :backlog => 1024
++listen "/var/run/gitlab/gitlab.socket", :backlog => 1024
listen "127.0.0.1:8080", :tcp_nopush => true
# nuke workers after 30 seconds instead of 60 seconds (the default)
@@ -60,7 +60,7 @@
# feel free to point this anywhere accessible on the filesystem
-pid "/home/git/gitlab/tmp/pids/unicorn.pid"
-+pid "/run/gitlab/unicorn.pid"
++pid "/var/run/gitlab/unicorn.pid"
# By default, the Unicorn logger will write to stderr.
# Additionally, some applications/frameworks log to stderr or stdout,