From cea89353760db0e01b176aaf13a9ac4a2435cfb7 Mon Sep 17 00:00:00 2001 From: rameerez <4920956+rameerez@users.noreply.github.com> Date: Thu, 24 Oct 2024 18:04:27 +0200 Subject: [PATCH] Update proxy.md Add a small note that enabling `ssl: true` makes `kamal-proxy` stop forwarding headers unless `forward_headers` is also set to `true` --- docs/configuration/proxy.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/proxy.md b/docs/configuration/proxy.md index 42dab4d..0ccb2f3 100644 --- a/docs/configuration/proxy.md +++ b/docs/configuration/proxy.md @@ -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: