Whoops, removing the socket listen.

master
Alexander Blair 7 years ago
parent 204a83f7c1
commit 53029d9d5a

@ -105,7 +105,4 @@ if (cluster.isMaster) {
app.listen(8000, function () {
console.log('Process ' + process.pid + ' is listening to all incoming requests');
});
app.listen('/tmp/remoteShare.sock', function () {
console.log('Process ' + process.pid + ' is listening to all incoming requests');
});
}

Loading…
Cancel
Save