Corrected example ssl

This commit is contained in:
Alexandre
2021-02-06 23:12:30 +01:00
committed by GitHub
parent 34c064c34f
commit 4ab14912de

View File

@@ -40,8 +40,8 @@
}, },
"options": { "options": {
"ssl": false, "ssl": false,
"certfile": "/ssl/fullchain.pem", "certfile": "fullchain.pem",
"keyfile": "/ssl/privkey.pem", "keyfile": "privkey.pem",
"whitelist": "localhost,127.0.0.1,192.168.0.0/16", "whitelist": "localhost,127.0.0.1,192.168.0.0/16",
"PUID": 0, "PUID": 0,
"PGID": 0 "PGID": 0