diff --git a/config.json b/config.json index 4e2bcd6..fa95be9 100644 --- a/config.json +++ b/config.json @@ -1,9 +1,16 @@ { - "listeners": [ - { - "address": "127.0.0.1", - "port": 80, - "https": false - } - ] + "listeners": [ + { + "address": "0.0.0.0", + "port": 80, + "https": false + }, + { + "address": "0.0.0.0", + "port": 443, + "https": true, + "cert": "", + "key": "" + } + ] }