Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAbe Voelker <abe@abevoelker.com>2012-04-01 23:44:02 +0400
committerAbe Voelker <abe@abevoelker.com>2012-04-01 23:44:12 +0400
commit6aabf1157aa94ddd504e8d01a146c98583a1f182 (patch)
tree696b400f3e2d1425b9e78db3a0bb11330f0ec7e8 /config/unicorn.rb.orig
parenta8768ffb9d39596d8e9da77c879007e8e655fb5d (diff)
Move Unicorn unix socket out of /tmp
Diffstat (limited to 'config/unicorn.rb.orig')
-rw-r--r--config/unicorn.rb.orig2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unicorn.rb.orig b/config/unicorn.rb.orig
index 541ea535749..23746d255b4 100644
--- a/config/unicorn.rb.orig
+++ b/config/unicorn.rb.orig
@@ -13,7 +13,7 @@ timeout 30
#listen 8080 # listen to port 8080 on all TCP interfaces
#listen "127.0.0.1:8080" # listen to port 8080 on the loopback interface
-listen "/tmp/gitlab.socket"
+listen "#{app_dir}/tmp/sockets/gitlab.socket"
pid "#{app_dir}/tmp/pids/unicorn.pid"
stderr_path "#{app_dir}/log/unicorn.stderr.log"