the infinitely accidentately commited

This commit is contained in:
William Katz 2021-06-06 16:57:28 -07:00 committed by GitHub
parent a4ffee5992
commit 11647eb827
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,9 +1,16 @@
{ {
"listeners": [ "listeners": [
{ {
"address": "127.0.0.1", "address": "0.0.0.0",
"port": 80, "port": 80,
"https": false "https": false
} },
] {
"address": "0.0.0.0",
"port": 443,
"https": true,
"cert": "",
"key": ""
}
]
} }