From ac255b1fae12c68be0ac790386709df80ec078d8 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sat, 31 Jan 2026 20:37:33 +0200 Subject: Fix relayd.conf syntax: replace invalid persist/timeout keywords with session timeout Amp-Thread-ID: https://ampcode.com/threads/T-019c1549-6538-740f-b867-595c2dff8117 Co-authored-by: Amp --- frontends/etc/relayd.conf.tpl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) (limited to 'frontends') diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl index 5c53df3..3f5edfc 100644 --- a/frontends/etc/relayd.conf.tpl +++ b/frontends/etc/relayd.conf.tpl @@ -86,9 +86,7 @@ http protocol "https" { relay "https4" { listen on <%= $ipv4address->($hostname) %> port 443 tls protocol "https" - persist - timeout connect 10s - timeout session 300s + session timeout 300 # 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,9 +99,7 @@ relay "https4" { relay "https6" { listen on <%= $ipv6address->($hostname) %> port 443 tls protocol "https" - persist - timeout connect 10s - timeout session 300s + session timeout 300 # 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