Skip to content

Commit

Permalink
Merge pull request #1 from davidgovea/master
Browse files Browse the repository at this point in the history
Connect bugfix
  • Loading branch information
TooTallNate committed Jul 30, 2011
2 parents 6ebb26a + af1ba10 commit 5bd44ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -158,7 +158,7 @@ var server = connect.createServer(
next();
}
},
connect.staticProvider(__dirname + "/www")
connect.static(__dirname + "/www")
);
server.listen(5555);
console.log(("HTTP Icecast server listening at: ".bold + "http://*:" + server.address().port).cyan);
Expand Down

0 comments on commit 5bd44ca

Please sign in to comment.