changing unicorn port does not work
Created by: kilmarnock
try this: nano /etc/gitlab/gitlab.rb unicorn['port'] = 3456 sudo gitlab-ctl reconfigure reboot as much as you can nano /var/opt/gitlab/gitlab-rails/etc/unicorn.rb listen "127.0.0.1:8080", :tcp_nopush => true
8080 is default and wrong
(ubuntu 14.4.3, installed today)