From b8cb7df76102db12a11bca81674882911fcfbcd8 Mon Sep 17 00:00:00 2001 From: Sytse Sijbrandij Date: Fri, 29 Nov 2013 08:57:45 +0100 Subject: Add warning back. --- config/application.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/application.rb') diff --git a/config/application.rb b/config/application.rb index 0dd632d04bb..c46ff289cf8 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: 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 -- cgit v1.2.1