diff options
Diffstat (limited to 'frontends/etc/relayd.conf.tpl')
| -rw-r--r-- | frontends/etc/relayd.conf.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl index e8a60ad..3ed0be1 100644 --- a/frontends/etc/relayd.conf.tpl +++ b/frontends/etc/relayd.conf.tpl @@ -84,6 +84,9 @@ relay "https4" { listen on <%= $vio0_ip %> port 443 tls protocol "https" persist + timeout connect 10s + timeout http_request 30s + timeout http_keepalive 120s # 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 @@ -97,6 +100,9 @@ relay "https6" { listen on <%= $ipv6address->($hostname) %> port 443 tls protocol "https" persist + timeout connect 10s + timeout http_request 30s + timeout http_keepalive 120s # 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 |
