Adding @caveman99's doc

This commit is contained in:
Zachary Klosko 2020-11-16 19:59:30 -05:00
parent de74fba187
commit 1d226f552b
1 changed files with 10 additions and 1 deletions

View File

@ -115,4 +115,13 @@ https://libretime.example.com
http://libretime.example.com
https://localhost
http://localhost
```
```
Finally, the configuration file needs updating. Under `[general]`, `force_ssl`
needs to be set to true:
```
[general]
...
force_ssl = true
```