add docs for force_ssl config

This commit is contained in:
Kyle Robbertze 2020-09-28 15:02:27 +02:00
parent 83862cfb8e
commit d93b598fe2
1 changed files with 9 additions and 0 deletions

View File

@ -228,6 +228,15 @@ https://localhost
http://localhost
```
Finally, the configuration file needs updating. Under `[general]`, `force_ssl`
needs to be set to true:
```
[general]
...
force_ssl = true
```
---
## Host Configuration