Skip to content
Snippets Groups Projects
Commit 6ec73fc9 authored by Sid Sijbrandij's avatar Sid Sijbrandij
Browse files

Configure the relative path only one time.

parent 4250c349
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -67,9 +67,5 @@ module Gitlab
 
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
# Uncomment this if you are using a subdirectory
# Note that ENV['RAILS_RELATIVE_URL_ROOT'] in config/puma.rb may need to be changed
# config.relative_url_root = "/gitlab"
end
end
Loading
Loading
@@ -18,10 +18,10 @@ 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
# You need to uncomment config.relative_url_root in config/application.rb
# WARNING: This feature is no longer supported
# Note that ENV['RAILS_RELATIVE_URL_ROOT'] in your application server may need to be changed
# relative_url_root: /gitlab
 
# Uncomment and customize if you can't use the default user to run GitLab (default: 'git')
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment