mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
parent
72476cc8a7
commit
8e48251f26
1
red.js
1
red.js
@ -82,6 +82,7 @@ if (settings.https) {
|
|||||||
} else {
|
} else {
|
||||||
server = http.createServer(function(req,res){app(req,res);});
|
server = http.createServer(function(req,res){app(req,res);});
|
||||||
}
|
}
|
||||||
|
server.setMaxListeners(0);
|
||||||
|
|
||||||
function formatRoot(root) {
|
function formatRoot(root) {
|
||||||
if (root[0] != "/") {
|
if (root[0] != "/") {
|
||||||
|
Loading…
Reference in New Issue
Block a user