Skip to content

Commit

Permalink
update to newer connect version
Browse files Browse the repository at this point in the history
  • Loading branch information
dodo committed May 15, 2011
1 parent 49fdd27 commit 941639f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server.js
Expand Up @@ -122,6 +122,6 @@ connect.createServer(
optionalVhostEnforce,
connect.router(app),
fileDownload,
connect.staticProvider(__dirname + '/public'),
connect.static(__dirname + '/public'),
connect.errorHandler({ dumpExceptions: true, showStack: true })
).listen(parseInt(process.env.PORT || "8000", 10), '::');

0 comments on commit 941639f

Please sign in to comment.