Fixes #3793: Puma configuration for relative base URL

This commit is contained in:
Michael Härtl 2013-05-08 08:09:23 +02:00
parent de7680b137
commit 28ef0fe751
1 changed files with 4 additions and 0 deletions

View File

@ -3,6 +3,10 @@
# Start Puma with next command:
# RAILS_ENV=production bundle exec puma -e production -C ./config/puma.rb
# uncomment and customize to run in non-root path
# note that config/gitlab.yml web path should also be changed
# ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
application_path = '/home/git/gitlab'
# The directory to operate out of.