diff --git a/lib/vhost-sni-server.js b/lib/vhost-server.js similarity index 100% rename from lib/vhost-sni-server.js rename to lib/vhost-server.js diff --git a/worker.js b/worker.js index bcbb614..04dbffa 100644 --- a/worker.js +++ b/worker.js @@ -22,7 +22,7 @@ function init(info) { //secureServer = _secureServer; console.log("#" + id + " Listening on https://localhost:" + secureServer.address().port, '\n'); - return require('./lib/vhost-sni-server').create(info.securePort, vhostsdir).create(secureServer).then(function (app) { + return require('./lib/vhost-server').create(info.securePort, vhostsdir).create(secureServer).then(function (app) { workerApp = app; return app;