diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example index 4852cd65daaddad1b2a8021e994656651bda3a2b..123033486f4c9875336f20856cf305df5af8bf4d 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