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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorSytse Sijbrandij <sytse@dosire.com>2013-11-28 10:57:56 +0400
committerSytse Sijbrandij <sytse@dosire.com>2013-11-28 10:57:56 +0400
commit22d3aa4e32ec9204c8ceeed8e4c0492bb1a5a6bb (patch)
tree6b23efd8742665c9bc5b52472da43479af985b35 /config
parent09d00563af8168de14daca9193a6f708e5563870 (diff)
Unsupported is unclear.
Diffstat (limited to 'config')
-rw-r--r--config/application.rb2
-rw-r--r--config/gitlab.yml.example2
-rw-r--r--config/unicorn.rb.example2
3 files changed, 3 insertions, 3 deletions
diff --git a/config/application.rb b/config/application.rb
index 82e74e7250d..0dd632d04bb 100644
--- a/config/application.rb
+++ b/config/application.rb
@@ -70,7 +70,7 @@ module Gitlab
config.assets.version = '1.0'
# 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.
# Note that three 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
diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example
index 6b527cf0212..0688fafafe2 100644
--- a/config/gitlab.yml.example
+++ b/config/gitlab.yml.example
@@ -20,7 +20,7 @@ production: &base
https: false
# Uncomment and customize the last line to run in a non-root path
- # WARNING: This feature is known to work, but unsupported
+ # We recommend creating a FQDN to host GitLab in a root path.
# Note that three 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
diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example
index e4e13426831..445de22be08 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
+# We recommend creating a FQDN to host GitLab in a root path.
# Note that three 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