Skip to content
Snippets Groups Projects
Commit 8b19014e authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

Merge pull request #91 from gierschv/master

Added Rails Environment Relative URL
parents 696d260d 706e01d9
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