This commit is contained in:
Jeena 2014-01-16 16:46:07 +01:00
parent 2c5bb1bb39
commit 1e748a93cb
5 changed files with 6 additions and 42 deletions

View file

@ -8,7 +8,6 @@ function (http, nodeStatic) {
function HttpServer (options) {
options.port = options.port || 1234;
options.caching = typeof options.caching != 'undefined' ? options.caching : 3600;
console.log(options.caching)
options.rootDirectory = options.rootDirectory || './';
this.server = null;