diff options
author | Matthew Holt <mholt@users.noreply.github.com> | 2022-11-30 16:03:31 -0700 |
---|---|---|
committer | Matthew Holt <mholt@users.noreply.github.com> | 2022-11-30 16:03:31 -0700 |
commit | ae77a56ac8761bfe064904bd7098a952d3221034 (patch) | |
tree | 2eca39fbe79662626825adac761b45d37027779b /modules/caddyhttp/reverseproxy | |
parent | 762b02789ac0ef79e92de7c58dac19d24a104587 (diff) |
Clarify some docs
Diffstat (limited to 'modules/caddyhttp/reverseproxy')
-rw-r--r-- | modules/caddyhttp/reverseproxy/healthchecks.go | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/modules/caddyhttp/reverseproxy/healthchecks.go b/modules/caddyhttp/reverseproxy/healthchecks.go index cf22d26..e4c732a 100644 --- a/modules/caddyhttp/reverseproxy/healthchecks.go +++ b/modules/caddyhttp/reverseproxy/healthchecks.go @@ -46,10 +46,10 @@ type HealthChecks struct { // Passive health checks monitor proxied requests for errors or timeouts. // To minimally enable passive health checks, specify at least an empty - // config object. Passive health check state is shared (stored globally), - // so a failure from one handler will be counted by all handlers; but - // the tolerances or standards for what defines healthy/unhealthy backends - // is configured per-proxy-handler. + // config object with fail_duration > 0. Passive health check state is + // shared (stored globally), so a failure from one handler will be counted + // by all handlers; but the tolerances or standards for what defines + // healthy/unhealthy backends is configured per-proxy-handler. // // Passive health checks technically do operate on dynamic upstreams, // but are only effective for very busy proxies where the list of |