Skip to content

Commit

Permalink
🔨 Disable SSL by default
Browse files Browse the repository at this point in the history
  • Loading branch information
frenck committed Mar 1, 2020
1 parent eddb8e5 commit a07811b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bookstack/config.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
"80/tcp": "Web interface"
},
"options": {
"ssl": true,
"ssl": false,
"certfile": "fullchain.pem",
"keyfile": "privkey.pem"
},
Expand Down

0 comments on commit a07811b

Please sign in to comment.