mirror of
https://gitlab.com/MrFry/mrfrys-node-server
synced 2025-04-01 20:24:18 +02:00
Logging imporvements
This commit is contained in:
parent
344ae366fe
commit
6b02caac9a
2 changed files with 14 additions and 19 deletions
|
@ -107,6 +107,7 @@ app.use(vhost('qmining.frylabs.net', qmining))
|
|||
app.use(vhost('sio.frylabs.net', sio))
|
||||
app.use(vhost('stuff.frylabs.net', stuff))
|
||||
app.use(vhost('frylabs.net', main))
|
||||
app.use(vhost('www.frylabs.net', main))
|
||||
|
||||
app.use(vhost('qmining.tk', old))
|
||||
app.use(vhost('www.qmining.tk', old))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue