Open jereynolds opened 8 years ago
@@ master #86 diff @@
==========================================
Files 13 13
Lines 307 308 +1
Methods 0 0
Messages 0 0
Branches 0 0
==========================================
+ Hits 215 216 +1
Misses 92 92
Partials 0 0
Powered by Codecov. Last update ef31d25...f7365b8
rackup
on the command line defaults to listening to localhost, which does not allow outside connections. You can pass--host 0.0.0.0
to rackup to allow connections on all interfaces. This PR allows this host flag to be set via thehost
method on theapplication_rackup
resource