Welcome to mirror list, hosted at ThFree Co, Russian Federation.

config.ru - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: dfd2d862237323aa599be31b473d70a8a817943b (plain)
1
2
3
4
5
6
7
# This file is used by Rack-based servers to start the application.

require ::File.expand_path('../config/environment',  __FILE__)

map ENV['RAILS_RELATIVE_URL_ROOT'] || "/" do
  run Gitlab::Application
end