diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 14:30:48 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 14:30:48 +0200 |
| commit | 9f0c3ca6d45b99db5523cff05f39fb968febac6d (patch) | |
| tree | b76f1e1302015ed56cdb100789ed6c56a5af3a3b /frontends/etc | |
| parent | 0f65c09b0758ebb7ee11b1ab450dadca61894ac0 (diff) | |
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 <amp@ampcode.com>
Diffstat (limited to 'frontends/etc')
| -rw-r--r-- | frontends/etc/relayd.conf.tpl | 6 |
1 files 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 <f3s> port 80 check tcp forward to <localhost> 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 <f3s> port 80 check tcp forward to <localhost> port 8080 |
