From 9f0c3ca6d45b99db5523cff05f39fb968febac6d Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 Jan 2026 14:30:48 +0200 Subject: Fix relayd syntax: use valid timeout session instead of http-specific timeouts Amp-Thread-ID: https://ampcode.com/threads/T-019c1392-78a3-7440-9d95-1a1b2fd7dfec Co-authored-by: Amp --- frontends/etc/relayd.conf.tpl | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl index 3ed0be1..159b097 100644 --- a/frontends/etc/relayd.conf.tpl +++ b/frontends/etc/relayd.conf.tpl @@ -85,8 +85,7 @@ relay "https4" { protocol "https" persist timeout connect 10s - timeout http_request 30s - timeout http_keepalive 120s + timeout session 300s # Primary: f3s cluster (with health checks) - Falls back to localhost when all hosts down forward to port 80 check tcp forward to port 8080 @@ -101,8 +100,7 @@ relay "https6" { protocol "https" persist timeout connect 10s - timeout http_request 30s - timeout http_keepalive 120s + timeout session 300s # Primary: f3s cluster (with health checks) - Falls back to localhost when all hosts down forward to port 80 check tcp forward to port 8080 -- cgit v1.2.3