tell server to adhere to new option for network interface binding
This commit is contained in:
@@ -284,7 +284,7 @@ module.exports = function(opts, callback) {
|
||||
return data;
|
||||
});
|
||||
|
||||
var server = app.listen(process.env.PORT || opts.port, function() {
|
||||
var server = app.listen(process.env.PORT || opts.port, process.env.BIND || opts.bind, function() {
|
||||
console.log('Listening at http://%s:%d/',
|
||||
this.address().address, this.address().port);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user