Commit 22d3aa4e32ec9204c8ceeed8e4c0492bb1a5a6bb

Authored by Sytse Sijbrandij
1 parent 09d00563

Unsupported is unclear.

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: This feature is known to work, but unsupported
  73 + # WARNING: We recommend creating a FQDN to host GitLab in a root path.
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   - # WARNING: This feature is known to work, but unsupported
  23 + # We recommend creating a FQDN to host GitLab in a root path.
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   -# WARNING: This feature is known to work, but unsupported
  12 +# We recommend creating a FQDN to host GitLab in a root path.
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
... ...