mirror of
https://github.com/caddyserver/website.git
synced 2025-04-24 05:56:15 -04:00
fix keepalive_interval link at reverse_proxy (#380)
This commit is contained in:
parent
73da176536
commit
c9db93aa56
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