Skip to content
Snippets Groups Projects
Commit 706e01d9 authored by Vincent Giersch's avatar Vincent Giersch
Browse files

Added RAILS_RELATIVE_URL_ROOT support

parent 30bd6637
No related branches found
No related tags found
No related merge requests found
# This file is used by Rack-based servers to start the application.
 
require ::File.expand_path('../config/environment', __FILE__)
run GitlabCi::Application
map ENV['RAILS_RELATIVE_URL_ROOT'] || "/" do
run GitlabCi::Application
end
# uncomment and customize to run in non-root path
# ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab-ci"
app_dir = "/home/gitlab_ci/gitlab-ci/"
worker_processes 2
working_directory app_dir
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment