mirror of
https://github.com/caddyserver/website.git
synced 2025-04-25 06:26:17 -04:00
fix keepalive_interval link at reverse_proxy
Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
73da176536
commit
57c7c22ebd
1 changed files with 1 additions and 1 deletions
|
@ -571,7 +571,7 @@ transport http {
|
|||
|
||||
- **keepalive** <span id="keepalive"/> is either `off` or a [duration value](/docs/conventions#durations) that specifies how long to keep connections open (timeout). Default: `2m`.
|
||||
|
||||
- **keepalive_interval** <span id="keepalive"/> is the [duration](/docs/conventions#durations) between liveness probes. Default: `30s`.
|
||||
- **keepalive_interval** <span id="keepalive_interval"/> is the [duration](/docs/conventions#durations) between liveness probes. Default: `30s`.
|
||||
|
||||
- **keepalive_idle_conns** <span id="keepalive_idle_conns"/> defines the maximum number of connections to keep alive. Default: No limit.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue