We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ef209a commit 7958a49Copy full SHA for 7958a49
config/application.rb
@@ -76,7 +76,7 @@ class Application < Rails::Application
76
# 2) In your gitlab.yml file: relative_url_root: /gitlab
77
# 3) In your unicorn.rb: ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
78
#
79
- # config.relative_url_root = "/gitlab"
+ config.relative_url_root = "/gitlab"
80
81
# Uncomment to enable rack attack middleware
82
# config.middleware.use Rack::Attack
0 commit comments