Commit 06903b0396572ce0971a9fa5ad0bd2d0c9bf3715

Authored by Thomas Misilo
1 parent 13e073e4

Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"" , as it…

… talked about in the gitlab.yml.example
Showing 1 changed file with 3 additions and 0 deletions   Show diff stats
config/unicorn.rb.example
... ... @@ -8,6 +8,9 @@
8 8 # See http://unicorn.bogomips.org/Unicorn/Configurator.html for complete
9 9 # documentation.
10 10  
  11 +# Uncomment and customize the next line to run in a non-root path
  12 +# ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
  13 +
11 14 # Use at least one worker per core if you're on a dedicated server,
12 15 # more will usually help for _short_ waits on databases/caches.
13 16 worker_processes 2
... ...