add support to redirect HTTP to HTTPS

Fixes #777

Signed-off-by: Nicola Murino <nicola.murino@gmail.com>
This commit is contained in:
Nicola Murino
2022-03-26 10:00:02 +01:00
parent aaf940edab
commit 5cccb872bb
6 changed files with 33 additions and 1 deletions

View File

@@ -241,6 +241,8 @@
"allowed_hosts": [],
"allowed_hosts_are_regex": false,
"hosts_proxy_headers": [],
"https_redirect": false,
"https_host": "",
"https_proxy_headers": [],
"sts_seconds": 0,
"sts_include_subdomains": false,