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

Relative root needs to be changed in three places.

parent 7c55c73d
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -67,5 +67,14 @@ module Gitlab
 
# Version of your assets, change this if you want to expire all your assets
config.assets.version = '1.0'
# Uncomment and customize the last line to run in a non-root path
# WARNING: This feature is no longer supported
# Note that three settings need to be changed for this to work.
# 1) In your application.rb file: config.relative_url_root = "/gitlab"
# 2) In your gitlab.yml file: relative_url_root: /gitlab
# 3) In your unicorn.rb: ENV['RAILS_RELATIVE_URL_ROOT']
#
# config.relative_url_root = "/gitlab"
end
end
Loading
Loading
@@ -19,9 +19,13 @@ production: &base
port: 80
https: false
 
# Uncomment and customize to run in non-root path
# Uncomment and customize the last line to run in a non-root path
# WARNING: This feature is no longer supported
# Note that ENV['RAILS_RELATIVE_URL_ROOT'] in your application server may need to be changed
# Note that three settings need to be changed for this to work.
# 1) In your application.rb file: config.relative_url_root = "/gitlab"
# 2) In your gitlab.yml file: relative_url_root: /gitlab
# 3) In your unicorn.rb: ENV['RAILS_RELATIVE_URL_ROOT']
#
# 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