add ports to server config

This commit is contained in:
Mystikfluu
2022-06-17 20:08:03 +02:00
parent 03a5803786
commit 579ea0dd54
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -28,5 +28,9 @@
"privateKey": "/etc/letsencrypt/live/ipost.tk/privkey.pem",
"certificate" : "/etc/letsencrypt/live/ipost.tk/cert.pem"
},
"ports": {
"http": 80,
"https": 443
},
"disallow_proxies_by_headers": true
}