Skip to content
Snippets Groups Projects
Commit 5e287106 authored by Mike Wyatt's avatar Mike Wyatt
Browse files

remove hardcoded app_dir from unicorn.rb.example

parent 5857a7a9
No related branches found
No related tags found
No related merge requests found
Loading
@@ -2,7 +2,7 @@
Loading
@@ -2,7 +2,7 @@
# note that config/gitlab.yml web path should also be changed # note that config/gitlab.yml web path should also be changed
# ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab" # ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
   
app_dir = "/home/gitlab/gitlab/" app_dir = File.expand_path '../../', __FILE__
worker_processes 2 worker_processes 2
working_directory app_dir working_directory app_dir
   
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment