Merge branch 'reverse-proxy' into master

This commit is contained in:
Kyle Robbertze 2020-09-28 15:09:10 +02:00
commit 2003e685b0
7 changed files with 63 additions and 183 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