clone url incorrect
Created by: chaosbunker
The clone url is showing the hostname of the server, instead of the subdomain that i set in /etc/gitlab/gitlab.rb (external_url 'https://git.domain.com')
internal api url is also set to gitlab_rails['internal_api_url'] = 'https://git.domain.com'
i have been looking for a while but can"t figure out where gitlab is pulling the hostname from.
i am running gitlab with non bundled nginx and everything else seems to be working fine.
any hints?