remove hardcoded app_dir from unicorn.rb.example

This commit is contained in:
Mike Wyatt 2013-01-31 18:33:11 -03:30
parent 5857a7a9ce
commit 5e28710692
1 changed files with 1 additions and 1 deletions

View File

@ -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