Revert "Default puma to running on localhost only." (#8444)

* Revert "Default puma to running on localhost only. (#8429)"

This reverts commit 01896d770d.
th-downstream
Eugen Rochko 6 years ago committed by GitHub
parent 660475198b
commit 2b2045834e

@ -4,8 +4,7 @@ threads threads_count, threads_count
if ENV['SOCKET'] then
bind 'unix://' + ENV['SOCKET']
else
port_num = ENV.fetch('PORT') { 3000 }
bind "tcp://127.0.0.1:#{port_num}"
port ENV.fetch('PORT') { 3000 }
end
environment ENV.fetch('RAILS_ENV') { 'development' }

Loading…
Cancel
Save