Commit b8cb7df76102db12a11bca81674882911fcfbcd8

Authored by Sytse Sijbrandij
1 parent 2e07865f

Add warning back.

config/application.rb
... ... @@ -70,7 +70,7 @@ module Gitlab
70 70 config.assets.version = '1.0'
71 71  
72 72 # Uncomment and customize the last line to run in a non-root path
73   - # WARNING: We recommend creating a FQDN to host GitLab in a root path.
  73 + # WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
74 74 # Note that three settings need to be changed for this to work.
75 75 # 1) In your application.rb file: config.relative_url_root = "/gitlab"
76 76 # 2) In your gitlab.yml file: relative_url_root: /gitlab
... ...
config/gitlab.yml.example
... ... @@ -20,7 +20,7 @@ production: &base
20 20 https: false
21 21  
22 22 # Uncomment and customize the last line to run in a non-root path
23   - # We recommend creating a FQDN to host GitLab in a root path.
  23 + # WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
24 24 # Note that three settings need to be changed for this to work.
25 25 # 1) In your application.rb file: config.relative_url_root = "/gitlab"
26 26 # 2) In your gitlab.yml file: relative_url_root: /gitlab
... ...
config/unicorn.rb.example
... ... @@ -9,7 +9,7 @@
9 9 # documentation.
10 10  
11 11 # Uncomment and customize the last line to run in a non-root path
12   -# We recommend creating a FQDN to host GitLab in a root path.
  12 +# WARNING: We recommend creating a FQDN to host GitLab in a root path instead of this.
13 13 # Note that three settings need to be changed for this to work.
14 14 # 1) In your application.rb file: config.relative_url_root = "/gitlab"
15 15 # 2) In your gitlab.yml file: relative_url_root: /gitlab
... ...