From 28ba8ed5f594251604298be89019bd0d105fd49f Mon Sep 17 00:00:00 2001 From: Artem Sidorenko Date: Thu, 25 Feb 2016 22:56:54 +0100 Subject: Use dedicated relative_url.rb initializer in order to have it the same way like in omnibus --- config/application.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'config/application.rb') diff --git a/config/application.rb b/config/application.rb index b905f1a3e90..28684a3e578 100644 --- a/config/application.rb +++ b/config/application.rb @@ -54,14 +54,6 @@ module Gitlab config.action_view.sanitized_allowed_protocols = %w(smb) - # Relative URL support - # WARNING: We recommend using an FQDN to host GitLab in a root path instead - # of using a relative URL. - # Documentation: http://doc.gitlab.com/ce/install/relative_url.html - # Uncomment and customize the following line to run in a non-root path - # - # config.relative_url_root = "/gitlab" - config.middleware.use Rack::Attack # Allow access to GitLab API from other domains -- cgit v1.2.3