You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by we...@apache.org on 2019/12/04 16:12:10 UTC

[incubator-apisix] branch master updated: doc: Update health-check.md (#928)

This is an automated email from the ASF dual-hosted git repository.

wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix.git


The following commit(s) were added to refs/heads/master by this push:
     new 06e392f  doc: Update health-check.md (#928)
06e392f is described below

commit 06e392ffe87439784535e9ce68b994305cb369d5
Author: 琚致远 <ju...@apache.org>
AuthorDate: Thu Dec 5 00:11:59 2019 +0800

    doc: Update health-check.md (#928)
---
 doc/health-check.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/health-check.md b/doc/health-check.md
index 160af6e..d992218 100644
--- a/doc/health-check.md
+++ b/doc/health-check.md
@@ -89,7 +89,7 @@ contains: `active` or `passive`.
     The threshold fields of  `unhealthy` are:
     * `active.unhealthy.interval`: Interval between health checks for unhealthy targets (in seconds), the minimum is 1.
     * `active.unhealthy.http_failures`: The number of http failures times to determine the target is unhealthy, the minimum is 1.
-    * `active.req_headers`: Additional request header.
+    * `active.req_headers`: Additional request headers. Array format, so you can fill in multiple headers.
 
 * `passive`: To enable passive health checks, you need to specify the configuration items under `checks.passive` in the Upstream object configuration.