Manual update, added localhost vhost

This commit is contained in:
MrFry 2019-10-12 12:04:46 +02:00
parent a2e4091c94
commit bbe0c95bea
2 changed files with 14 additions and 19 deletions

View file

@ -112,6 +112,8 @@ app.use(vhost('www.frylabs.net', main))
app.use(vhost('qmining.tk', old))
app.use(vhost('www.qmining.tk', old))
app.use(vhost('localhost', qmining))
logger.Log('Node version: ' + process.version)
logger.Log('Listening on port: ' + port)