From 824c18a7bf9ff9b330abc6f777b79eb623c7f294 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20B=C3=A9raud?= <adrien.beraud@savoirfairelinux.com> Date: Thu, 3 Nov 2016 13:40:16 -0400 Subject: [PATCH] nameservice: use port 80 Change-Id: I281a4dd016328466b87d4d0e76aa019c08a50832 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index 9e41914..763ba2f 100644 --- a/index.js +++ b/index.js @@ -239,7 +239,7 @@ function startServer() { } }); }); - http.createServer(app).listen(3000); + http.createServer(app).listen(80); } unlockAccount(); -- GitLab