summaryrefslogtreecommitdiff
path: root/config/unicorn.rb.example
diff options
context:
space:
mode:
authorCrom (Thibaut CHARLES) <crom29@hotmail.fr>2013-12-09 13:22:22 +0000
committerCrom (Thibaut CHARLES) <crom29@hotmail.fr>2013-12-09 13:22:22 +0000
commit906c65b6243e1f55f96d58cc1d4d60dd64c5cc65 (patch)
tree5cb5fd0246da052d619502dcb595e5138edf4706 /config/unicorn.rb.example
parent87fc35073a1f5ae84798263fc7c789a32f85d637 (diff)
parentdbf8ae7301b50d1652ce1ccbf974e8b8ac88ffd3 (diff)
downloadgitlab-ce-906c65b6243e1f55f96d58cc1d4d60dd64c5cc65.tar.gz
Merge branch 'master' of https://github.com/gitlabhq/gitlabhq
Conflicts: config/application.rb config/gitlab.yml.example config/unicorn.rb.example
Diffstat (limited to 'config/unicorn.rb.example')
-rw-r--r--config/unicorn.rb.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example
index 911c93b53f4..ba5e5cdde0b 100644
--- a/config/unicorn.rb.example
+++ b/config/unicorn.rb.example
@@ -9,7 +9,7 @@
# documentation.
# Uncomment and customize the last line to run in a non-root path
-# WARNING: This feature is known to work, but unsupported
+# WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
# Note that four settings need to be changed for this to work.
# 1) In your application.rb file: config.relative_url_root = "/gitlab"
# 2) In your gitlab.yml file: relative_url_root: /gitlab