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
- Core
- Enterprise
- Kubernetes
Config file keys | Environment variables | Type | Usage |
---|---|---|---|
http_redirect_addr | HTTP_REDIRECT_ADDR | string | optional |
Set HTTP Redirect Address in the Console:
HTTP Redirect Address is not customizable in Kubernetes
Examples
# config file key
http_redirect_addr: :80
# environment variable
HTTP_REDIRECT_ADDR=:8080