add docs for force_ssl config
This commit is contained in:
parent
83862cfb8e
commit
d93b598fe2
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue