mirror of
https://github.com/hassio-addons/addon-tasmoadmin.git
synced 2025-05-05 11:31:27 +00:00
🔒 Enables SSL by default
This commit is contained in:
parent
047070ecf2
commit
2e976167b3
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
},
|
},
|
||||||
"options": {
|
"options": {
|
||||||
"log_level": "info",
|
"log_level": "info",
|
||||||
"ssl": false,
|
"ssl": true,
|
||||||
"certfile": "fullchain.pem",
|
"certfile": "fullchain.pem",
|
||||||
"keyfile": "privkey.pem",
|
"keyfile": "privkey.pem",
|
||||||
"ipv6": false
|
"ipv6": false
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue