Skip to content

Commit 7958a49

Browse files
author
RobertDK Dev
committed
setup for relative url
1 parent 2ef209a commit 7958a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/application.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ class Application < Rails::Application
7676
# 2) In your gitlab.yml file: relative_url_root: /gitlab
7777
# 3) In your unicorn.rb: ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
7878
#
79-
# config.relative_url_root = "/gitlab"
79+
config.relative_url_root = "/gitlab"
8080

8181
# Uncomment to enable rack attack middleware
8282
# config.middleware.use Rack::Attack

0 commit comments

Comments
 (0)