summaryrefslogtreecommitdiff
path: root/config/unicorn.rb.example
diff options
context:
space:
mode:
authorThomas Misilo <misilot@fit.edu>2013-09-27 08:39:38 -0400
committerThomas Misilo <misilot@fit.edu>2013-09-27 08:39:38 -0400
commit06903b0396572ce0971a9fa5ad0bd2d0c9bf3715 (patch)
treecae6f0d80081a48721d8b9fb68066fb7a703e2f9 /config/unicorn.rb.example
parent13e073e45be6b3c9357ffbb45e843782b9be79d9 (diff)
downloadgitlab-ce-06903b0396572ce0971a9fa5ad0bd2d0c9bf3715.tar.gz
Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"" , as it talked about in the gitlab.yml.example
Diffstat (limited to 'config/unicorn.rb.example')
-rw-r--r--config/unicorn.rb.example3
1 files changed, 3 insertions, 0 deletions
diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example
index 5c933df073a..502727fdfe4 100644
--- a/config/unicorn.rb.example
+++ b/config/unicorn.rb.example
@@ -8,6 +8,9 @@
# See http://unicorn.bogomips.org/Unicorn/Configurator.html for complete
# documentation.
+# Uncomment and customize the next line to run in a non-root path
+# ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
+
# Use at least one worker per core if you're on a dedicated server,
# more will usually help for _short_ waits on databases/caches.
worker_processes 2