Make server work with IPv6
This commit is contained in:
+1
-1
@@ -56,7 +56,7 @@ db.connect(dbString, function() {
|
||||
});
|
||||
}
|
||||
|
||||
var server = app.listen(app.get('port'), function() {
|
||||
var server = app.listen(app.get('port'), '::', function() {
|
||||
debug('Express server listening on port ' + server.address().port);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user