🔨 Turns on SSL by default

This commit is contained in:
Franck Nijhof 2019-03-26 21:44:49 +01:00
parent eaf5f5b9e3
commit 7fab0c9ec8
No known key found for this signature in database
GPG key ID: D62583BA8AB11CA3

View file

@ -27,7 +27,7 @@
],
"options": {
"password": "",
"ssl": false,
"ssl": true,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem",
"packages": [],