Commit 380f5a3004217bee156c304c633c84c7a9cf6588
1 parent
69e95808
Exists in
spb-stable
and in
1 other branch
Change relative url root as default
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
config/application.rb
@@ -77,7 +77,7 @@ module Gitlab | @@ -77,7 +77,7 @@ module Gitlab | ||
77 | # | 77 | # |
78 | # To update the path, run: sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production | 78 | # To update the path, run: sudo -u git -H bundle exec rake assets:precompile RAILS_ENV=production |
79 | # | 79 | # |
80 | - # config.relative_url_root = "/gitlab" | 80 | + config.relative_url_root = "/gitlab" |
81 | 81 | ||
82 | config.middleware.use Rack::Attack | 82 | config.middleware.use Rack::Attack |
83 | 83 |