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

@ -116,3 +116,12 @@ 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
```