From d60038a85207a5126048733c700b15cd39b7e80b Mon Sep 17 00:00:00 2001 From: Luke Slater Date: Thu, 10 Nov 2011 00:06:05 +0000 Subject: [PATCH] Move listen port back to 443 --- modules/web.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/web.js b/modules/web.js index bc14d05..28bbfd1 100644 --- a/modules/web.js +++ b/modules/web.js @@ -30,7 +30,7 @@ var webInterface = function(dbot) { } }); - app.listen(9443); + app.listen(443); return { 'onDestroy': function() {