diff options
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 |
