Skip to content

Commit

Permalink
fix/add listen unicorn on :8080 (change from 8x)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmichalec committed Oct 9, 2015
1 parent 9a6b89c commit 6427fee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion metadata.rb
Expand Up @@ -4,7 +4,7 @@
description 'Installs/Configures gitlab'
long_description IO.read(File.join(File.dirname(__FILE__), 'README.md'))
name 'gitlab'
version '8.0.1'
version '8.0.2'

%w(build-essential zlib readline ncurses git openssh redisio xml
ruby_build certificate database logrotate
Expand Down
1 change: 1 addition & 0 deletions templates/default/unicorn.rb.erb
Expand Up @@ -61,3 +61,4 @@ after_fork do |server, worker|
defined?(ActiveRecord::Base) and
ActiveRecord::Base.establish_connection
end
listen "127.0.0.1:8080", :tcp_nopush => true

0 comments on commit 6427fee

Please sign in to comment.