summaryrefslogtreecommitdiff
path: root/frontends
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-01-31 14:16:37 +0200
committerPaul Buetow <paul@buetow.org>2026-01-31 14:16:37 +0200
commita449d3f28afe657b246dd1e3a4799a3cb9e70921 (patch)
tree7a253fa85e0b4866c42e81d3b0ff6acded43339e /frontends
parent71427dedffe572a851594fdc13e1aad01597a7fe (diff)
Revert invalid timeout directives in relayd http protocol block
Amp-Thread-ID: https://ampcode.com/threads/T-019c1392-78a3-7440-9d95-1a1b2fd7dfec Co-authored-by: Amp <amp@ampcode.com>
Diffstat (limited to 'frontends')
-rw-r--r--frontends/etc/relayd.conf.tpl5
1 files changed, 0 insertions, 5 deletions
diff --git a/frontends/etc/relayd.conf.tpl b/frontends/etc/relayd.conf.tpl
index 67732eb..e8a60ad 100644
--- a/frontends/etc/relayd.conf.tpl
+++ b/frontends/etc/relayd.conf.tpl
@@ -44,11 +44,6 @@ http protocol "https" {
# Enable WebSocket support
http websockets
-
- # Connection pooling and keepalive for better performance
- timeout connect 5s
- timeout http_request 10s
- timeout http_keepalive 60s
match request header set "X-Forwarded-For" value "$REMOTE_ADDR"
match request header set "X-Forwarded-Proto" value "https"