I've installed gitlab eight months ago, so far everything works very fine.
Recently I have changed the domaine name of our agency website (from agency.com to newagancy.com), so I would like to change also gitlab domaine name. (from gitlab.agency.com to gitlab.newagency.com)
I have made some changes in two config files:
- /home/git/gitlab-shell/config.yml
- /home/git/gitlab/config/gitlab.yml
But I still dont have my gitlab working with new domaine name in ssh and http cloning urls, even if the command :
sudo -u git -H bundle exec rake gitlab:env:info RAILS_ENV=production
shows this :
GitLab information
Version: 6.7.2
Revision: dbbf4ea
Directory: /home/git/gitlab
DB Adapter: mysql2
URL: http://gitlab.newagency.com
HTTP Clone URL: http://gitlab.newagency.com/some-project.git
SSH Clone URL: [email protected]:some-project.git
Using LDAP: no
Using Omniauth: no
Certainly I have missed some thing, but I can't figure it out,
Do you have any idea ?
Thank you
server_name
directive if you are using nginx. – Vinay