OSDN Git Service

Increase snippet content column size.
[wvm/gitlab.git] / config.ru
1 # This file is used by Rack-based servers to start the application.
2
3 require ::File.expand_path('../config/environment',  __FILE__)
4
5 map ENV['RAILS_RELATIVE_URL_ROOT'] || "/" do
6   run Gitlab::Application
7 end