# 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:**

| **Config file keys** | **Environment variables** | **Type** | **Usage**    |
| :------------------- | :------------------------ | :------- | :----------- |
| `http_redirect_addr` | `HTTP_REDIRECT_ADDR`      | `string` | **optional** |

### Examples

```yaml
http_redirect_addr: :80
```

```bash
HTTP_REDIRECT_ADDR=:8080
```

**Enterprise:**

**Kubernetes:**

**HTTP Redirect Address** is not customizable in Kubernetes
