OSDN Git Service

Add warning back.
authorSytse Sijbrandij <sytse@dosire.com>
Fri, 29 Nov 2013 07:57:45 +0000 (08:57 +0100)
committerSytse Sijbrandij <sytse@dosire.com>
Fri, 29 Nov 2013 07:57:45 +0000 (08:57 +0100)
config/application.rb
config/gitlab.yml.example
config/unicorn.rb.example

index 0dd632d..c46ff28 100644 (file)
@@ -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: We recommend creating a FQDN to host GitLab in a root path.
+    # WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
     # 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
index 0688faf..f373815 100644 (file)
@@ -20,7 +20,7 @@ production: &base
     https: false
 
     # Uncomment and customize the last line to run in a non-root path
-    # We recommend creating a FQDN to host GitLab in a root path.
+    # WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
     # 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
index 445de22..70dc0cb 100644 (file)
@@ -9,7 +9,7 @@
 # documentation.
 
 # Uncomment and customize the last line to run in a non-root path
-# We recommend creating a FQDN to host GitLab in a root path.
+# WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
 # 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