OSDN Git Service

Added reference to the line "ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"" , as it...
authorThomas Misilo <misilot@fit.edu>
Fri, 27 Sep 2013 12:39:38 +0000 (08:39 -0400)
committerThomas Misilo <misilot@fit.edu>
Fri, 27 Sep 2013 12:39:38 +0000 (08:39 -0400)
config/unicorn.rb.example

index 5c933df..502727f 100644 (file)
@@ -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