Installing on a non root path
Closed
Installing on a non root path
Created by: avinassh
I am trying to install gitlab on a non root path. As per given in gitlab.yml :
#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']
However I am not able to find ENV['RAILS_RELATIVE_URL_ROOT'] in unicorn.rb. In following file :
https://github.com/gitlabhq/gitlabhq/blob/master/config/unicorn.rb.example
Created by: Razer6
Duplicate of https://github.com/gitlabhq/gitlabhq/issues/4902
By Administrator on 2013-09-13T13:37:06 (imported from GitLab project)
Please register or sign in to reply