Skip to content

Commit 94cc481

Browse files
authored
Merge pull request #141 from rameerez/main
Add a small note that enabling `ssl: true` makes `kamal-proxy` stop forwarding headers unless `forward_headers` is also set to `true`
2 parents efcd09a + cea8935 commit 94cc481

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docs/configuration/proxy.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@ Defaults to `false`:
6767
ssl: true
6868
```
6969

70+
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).
71+
7072
## [Response timeout](#response-timeout)
7173

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

0 commit comments

Comments
 (0)