Skip to content

Commit

Permalink
Update proxy.md
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
rameerez authored Oct 24, 2024
1 parent b179617 commit cea8935
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 cea8935

Please sign in to comment.