Force scheme (HTTPS)
Redirect requests to a different scheme — typically http→https.
| Type | redirectScheme |
| Category | Transform |
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
scheme | one of https, http | yes | https | Scheme. |
port | number | no | — | Optional target port (e.g. 443). |
permanent | true/false | no | — | Use 301 instead of 302. |