diff options
| author | Paul Buetow <paul@buetow.org> | 2026-01-31 14:16:37 +0200 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-01-31 14:16:37 +0200 |
| commit | a449d3f28afe657b246dd1e3a4799a3cb9e70921 (patch) | |
| tree | 7a253fa85e0b4866c42e81d3b0ff6acded43339e /frontends | |
| parent | 71427dedffe572a851594fdc13e1aad01597a7fe (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.tpl | 5 |
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" |
