From b532109b97a7764aef808673a084da1731ed452d Mon Sep 17 00:00:00 2001 From: Achilleas Pipinellis Date: Tue, 9 Feb 2016 16:50:42 +0200 Subject: Edit configuration files for relative URL support [ci skip] --- config/unicorn.rb.example | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) (limited to 'config/unicorn.rb.example') diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example index b937b092789..02b251f1847 100644 --- a/config/unicorn.rb.example +++ b/config/unicorn.rb.example @@ -10,9 +10,11 @@ # Note: If you change this file in a Merge Request, please also create a # Merge Request on https://gitlab.com/gitlab-org/omnibus-gitlab/merge_requests -# -# WARNING: See config/application.rb under "Relative url support" for the list of -# other files that need to be changed for relative url support + +# Relative URL support +# WARNING: We recommend using an FQDN to host GitLab in a root path instead of this. +# Documentation: http://doc.gitlab.com/ce/install/relative_url.html +# Uncomment and customize the following line to run in a non-root path # # ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab" -- cgit v1.2.3