Changing unicorn port in /etc/gitlab/gitlab.rb does not work
Created by: tholu
When I change the unicorn port in gitlab 8.5.1-ce on Debian wheezy:
nano /etc/gitlab/gitlab.rb
unicorn['port'] = 3456
sudo gitlab-ctl reconfigure
the generated config file still uses 8080:
nano /var/opt/gitlab/gitlab-rails/etc/unicorn.rb
listen "127.0.0.1:8080", :tcp_nopush => true
See also https://github.com/gitlabhq/gitlabhq/issues/9885, perhaps a regression?