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:
authorMike Wyatt <wyatt.mike@gmail.com>2013-02-01 02:03:11 +0400
committerMike Wyatt <wyatt.mike@gmail.com>2013-02-01 02:03:11 +0400
commit5e28710692dd1eb872b6c25e674c81c0593ed0ac (patch)
tree991d9de3041b381435a7d954b3f1c354deebf3ff /config/unicorn.rb.example
parent5857a7a9ce6f9bd37b633d48074778bcbde880a4 (diff)
remove hardcoded app_dir from unicorn.rb.example
Diffstat (limited to 'config/unicorn.rb.example')
-rw-r--r--config/unicorn.rb.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example
index 4852cd65daa..123033486f4 100644
--- a/config/unicorn.rb.example
+++ b/config/unicorn.rb.example
@@ -2,7 +2,7 @@
# note that config/gitlab.yml web path should also be changed
# ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
-app_dir = "/home/gitlab/gitlab/"
+app_dir = File.expand_path '../../', __FILE__
worker_processes 2
working_directory app_dir