feat: HTTP redirect to HTTPS server option

This commit is contained in:
Nick
2019-02-24 14:05:38 -05:00
parent 2141366335
commit abe5f3b25d
2 changed files with 43 additions and 1 deletions

View File

@@ -66,6 +66,10 @@ ssl:
# to 1024 bits (default: null):
dhparam: null
# Listen on this HTTP port and redirect all requests to HTTPS.
# Set to false to disable (default: 80):
redirectNonSSLPort: 80
# ---------------------------------------------------------------------
# IP address the server should listen to
# ---------------------------------------------------------------------