mirror of
https://github.com/caddyserver/website.git
synced 2025-04-21 12:36:16 -04:00
Add default for health_timeout
This commit is contained in:
parent
3132584310
commit
0d3c622a36
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ Active health checks perform health checking in the background on a timer. To en
|
|||
|
||||
- **health_interval** <span id="health_interval"/> is a [duration value](/docs/conventions#durations) that defines how often to perform active health checks. Default: `30s`.
|
||||
|
||||
- **health_timeout** <span id="health_timeout"/> is a [duration value](/docs/conventions#durations) that defines how long to wait for a reply before marking the backend as down.
|
||||
- **health_timeout** <span id="health_timeout"/> is a [duration value](/docs/conventions#durations) that defines how long to wait for a reply before marking the backend as down. Default: `5s`.
|
||||
|
||||
- **health_status** <span id="health_status"/> is the HTTP status code to expect from a healthy backend. Can be a 3-digit status code, or a status code class ending in `xx`. For example: `200` (which is the default), or `2xx`.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue