Re: gitlab is showing wrong hostname

2015-09-17 Thread Stan Hu
I think you meant /etc/gitlab/gitlab.rb. Also make sure the config entry has the following format: external_url 'http://mydomain.com' And NOT: external_url = 'http://mydomain.com' On Thu, Sep 17, 2015 at 10:52 AM, Clay Porter wrote: > I assume you made the URL change to /etc/gitlab/gitlab.rc

Re: gitlab is showing wrong hostname

2015-09-17 Thread Clay Porter
I assume you made the URL change to /etc/gitlab/gitlab.rc. Did you execute the 'gitlab-ctl reconfigure' afterwards? And if you did that did you restart gitlab with 'gitlab-ctl restart'? On Wednesday, September 16, 2015 at 7:16:04 AM UTC-4, Juan Hernandez wrote: > > Hi All, > > > > I just ins