Commit 28ef0fe7 authored by Michael Härtl's avatar Michael Härtl

Fixes #3793: Puma configuration for relative base URL

parent de7680b1
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment