Skip to content

Commit

Permalink
feat: Document Edge app https redirect
Browse files Browse the repository at this point in the history
  • Loading branch information
theduke committed Aug 2, 2024
1 parent 6cc1e7e commit 82c2241
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions pages/edge/configuration.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,25 @@ The `debug` field is used to enable debug mode for the application. This in turn
- Required: `false`
- Default: `false`

### `redirect`

#### `redirect.force_https`

Redirect all HTTP requests to HTTPS.

**NOTE**: the default value is `true`, so HTTP requests will be redirected to
HTTPS automatically.

Set this value to `false` to disable redirects.

- Required: `false`

Example:
```yaml filename="app.yaml" copy
redirect:
force_https: false
```

### `capabilities`

#### `instaboot`
Expand Down

0 comments on commit 82c2241

Please sign in to comment.