Skip to content
This repository has been archived by the owner on Jan 20, 2021. It is now read-only.

Commit

Permalink
Bind to all network interfaces
Browse files Browse the repository at this point in the history
This default changed from 0.0.0.0 to localhost in Rails 4.2.

Fixes #61
  • Loading branch information
nilbus committed Feb 13, 2015
1 parent a67b323 commit afb1371
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Procfile
Original file line number Diff line number Diff line change
@@ -1 +1 @@
web: bundle exec rails server -p 80 -e ${RAILS_ENV:-production}
web: bundle exec rails server -b 0.0.0.0 -p 80 -e ${RAILS_ENV:-production}

0 comments on commit afb1371

Please sign in to comment.