summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-31 08:49:43 +0200
committerPaul Buetow <paul@buetow.org>2026-01-31 08:49:43 +0200
commit38d221aea55794fbe2a29f34923b2ea44e27214b (patch)
tree87a6366a04bef49116db200a471ad3a76439896e /frontends
parentc052c211800843051aa825bccdc0a4ce9c9e9667 (diff)
fix(relayd): remove X-Forwarded-Host with unexpanded variable
Amp-Thread-ID: https://ampcode.com/threads/T-019c12b1-e861-773b-8f74-64b6c2255a5f Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'frontends')
-rw-r--r--frontends/etc/relayd.conf.tpl1
1 files changed, 0 insertions, 1 deletions
diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl
index 143c0d5..59f9b90 100644
--- a/frontends/etc/relayd.conf.tpl
+++ b/frontends/etc/relayd.conf.tpl
@@ -47,7 +47,6 @@ http protocol "https" {
match request header set "X-Forwarded-For" value "$REMOTE_ADDR"
match request header set "X-Forwarded-Proto" value "https"
- match request header set "X-Forwarded-Host" value "$HTTP_HOST"
# WebSocket headers - passed through for WebSocket connections
pass header "Connection"