Cleanup url handling

This commit is contained in:
Tankred Hase
2016-06-10 12:06:08 +02:00
parent 405bb84ca6
commit d5bd65b4bc
8 changed files with 92 additions and 25 deletions

View File

@@ -2,6 +2,10 @@ module.exports = {
log: {
level: 'error'
}
},
server: {
upgradeHTTP: true
},
};