Skip to main content

HTTP Redirect Address

Summary

If set, HTTP Redirect Address specifies the host and port to redirect HTTP to HTTPS traffic on. If unset, no redirect server is started.

How to configure

Config file keysEnvironment variablesTypeUsage
http_redirect_addrHTTP_REDIRECT_ADDRstringoptional

Examples

# config file key
http_redirect_addr: :80

# environment variable
HTTP_REDIRECT_ADDR=:8080