fix(docs/configuration): convert redirectToHttps to TOML

This commit is contained in:
Julien Fontanet
2019-11-14 15:32:24 +01:00
parent 56d63b10e4
commit a04bd6f93c

View File

@@ -43,10 +43,10 @@ key = './key.pem'
If you want to redirect everything to HTTPS, you can modify the configuration like this:
```
```toml
# If set to true, all HTTP traffic will be redirected to the first HTTPs configuration.
redirectToHttps: true
redirectToHttps = true
```
This should be written just before the `mount` option, inside the `http:` block.