Configure http server to only listen on known vhosts/IP

For the rest it returns 404

Fixes #446
This commit is contained in:
Girish Ramakrishnan
2017-10-26 21:50:16 -07:00
parent d127b25f0f
commit 3dedda32d4
3 changed files with 42 additions and 20 deletions

View File

@@ -7,7 +7,7 @@
exports = module.exports = {
// a major version makes all apps restore from backup. #451 must be fixed before we do this.
// a minor version makes all apps re-configure themselves
'version': '48.6.0',
'version': '48.7.0',
'baseImages': [ 'cloudron/base:0.10.0' ],