mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Manual update, added localhost vhost
This commit is contained in:
parent
a2e4091c94
commit
bbe0c95bea
2 changed files with 14 additions and 19 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue