Non-root folder
Created by: ghost
Hello,
I've got gitlab 5.4 installed on a non-root folder.
My gitlab.yml has the line relative_url_root: /gitlab My puma.rb has the line ENV['RAILS_RELATIVE_URL_ROOT'] = "/gitlab"
But when I try to checkout a repository via https, i.e : https://server/gitlab/group/project.git I've got the following error :
Cloning into 'project'... remote: Not Found fatal: repository 'https://server/gitlab/group/project.git/' not found
Any idea why?
Thanks