summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristophe Jaillet <jailletc36@apache.org>2018-08-24 20:22:44 +0000
committerChristophe Jaillet <jailletc36@apache.org>2018-08-24 20:22:44 +0000
commitd89472843729a5bc58405bc2d117e98067c947b0 (patch)
tree9d27b0ec4d97e4877d5134f05a0bc3a2af7e6c37
parenta0c8e15b0f86e1df1f6736dfa7ff4d13973dac40 (diff)
downloadhttpd-d89472843729a5bc58405bc2d117e98067c947b0.tar.gz
Use the default location to display a default value
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1838953 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--docs/manual/mod/mod_proxy_hcheck.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/manual/mod/mod_proxy_hcheck.xml b/docs/manual/mod/mod_proxy_hcheck.xml
index 6ab8d35d4f..5ac2bf66b2 100644
--- a/docs/manual/mod/mod_proxy_hcheck.xml
+++ b/docs/manual/mod/mod_proxy_hcheck.xml
@@ -221,6 +221,7 @@ ProxyPass "/apps" "balancer://foo"
<name>ProxyHCTPsize</name>
<description>Sets the total server-wide size of the threadpool used for the health check workers</description>
<syntax>ProxyHCTPsize <em>size</em></syntax>
+<default>ProxyHCTPsize 16</default>
<contextlist><context>server config</context>
</contextlist>
@@ -230,7 +231,7 @@ ProxyPass "/apps" "balancer://foo"
associated with the Watchdog process, allowing for parallel checks.
The <directive>ProxyHCTPsize</directive> directive
determines the size of this threadpool. If set to <code>0</code>, no threadpool
- is used at all, resulting in serialized health checks. The default size is 16.</p>
+ is used at all, resulting in serialized health checks.</p>
<example><title>ProxyHCTPsize</title>
<highlight language="config">