From 38d221aea55794fbe2a29f34923b2ea44e27214b Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 Jan 2026 08:49:43 +0200 Subject: 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 --- frontends/etc/relayd.conf.tpl | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends') 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" -- cgit v1.2.3