summaryrefslogtreecommitdiff
path: root/config/unicorn.rb.example
diff options
context:
space:
mode:
authorAchilleas Pipinellis <axilleas@axilleas.me>2016-02-09 16:50:42 +0200
committerAchilleas Pipinellis <axilleas@axilleas.me>2016-02-09 16:59:42 +0200
commitb532109b97a7764aef808673a084da1731ed452d (patch)
treeb02fb1444b0e4f73f83c7e361cdddae158ebdc4e /config/unicorn.rb.example
parent41a957591274895bc15848744c35ee28adea0682 (diff)
downloadgitlab-ce-b532109b97a7764aef808673a084da1731ed452d.tar.gz
Edit configuration files for relative URL support
[ci skip]
Diffstat (limited to 'config/unicorn.rb.example')
-rw-r--r--config/unicorn.rb.example8
1 files changed, 5 insertions, 3 deletions
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"