Skip to content

Commit

Permalink
Merge pull request #141 from rameerez/main
Browse files Browse the repository at this point in the history
Add a small note that enabling `ssl: true` makes `kamal-proxy` stop forwarding headers unless `forward_headers` is also set to `true`
  • Loading branch information
djmb authored Dec 13, 2024
2 parents efcd09a + cea8935 commit 94cc481
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/configuration/proxy.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,8 @@ Defaults to `false`:
ssl: true
```

If you set `ssl` to `true`, `kamal-proxy` will stop forwarding headers to your app, unless you explicitly set `forward_headers: true`, as documented in [Forward Headers](#forward-headers).

## [Response timeout](#response-timeout)

How long to wait for requests to complete before timing out, defaults to 30 seconds:
Expand Down

0 comments on commit 94cc481

Please sign in to comment.