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

relative_url.rb.sample « initializers « config - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 125297d5385eeec13e9a88d245cc128d04b5738d (plain)
1
2
3
4
5
6
7
8
9
10
# Relative URL support
# WARNING: We recommend using an FQDN to host GitLab in a root path instead
# of using a relative URL.
# Documentation: http://doc.gitlab.com/ce/install/relative_url.html
# Copy this file to relative_url.rb and customize it to run in a non-root path
#

Rails.application.configure do
  config.relative_url_root = "/gitlab"
end