From 06903b0396572ce0971a9fa5ad0bd2d0c9bf3715 Mon Sep 17 00:00:00 2001
From: Thomas Misilo <misilot@fit.edu>
Date: Fri, 27 Sep 2013 08:39:38 -0400
Subject: [PATCH] Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] =
 "/gitlab"" , as it talked about in the gitlab.yml.example

---
 config/unicorn.rb.example | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example
index 5c933df073a68..502727fdfe477 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
-- 
GitLab