From 9e86f3b156848da323b64aed14676d14ec226d76 Mon Sep 17 00:00:00 2001 From: Jacob Vosmaer Date: Tue, 2 Jul 2013 10:27:51 +0200 Subject: [PATCH] Warn that relative URL's are unsupported --- config/gitlab.yml.example | 1 + 1 file changed, 1 insertion(+) diff --git a/config/gitlab.yml.example b/config/gitlab.yml.example index a612102ab1c..a29f6fb3767 100644 --- a/config/gitlab.yml.example +++ b/config/gitlab.yml.example @@ -18,6 +18,7 @@ production: &base host: localhost port: 80 https: false + # WARNING: This feature is no longer supported # Uncomment and customize to run in non-root path # Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/puma.rb may need to be changed # relative_url_root: /gitlab