summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-11-10 13:36:41 +0100
committerMichael Adam <obnox@samba.org>2009-11-10 13:58:07 +0100
commitcbb179ef0b03d5b43dd2ee35069a0ebf3e69606d (patch)
treefa95bd55eb1b36a1c509f2b6dfb88cbbf8d9fe38 /docs
parente54a3827df91ef5a62522767dbba8659c2651080 (diff)
downloadtinyproxy-cbb179ef0b03d5b43dd2ee35069a0ebf3e69606d.tar.gz
tinyproxy-cbb179ef0b03d5b43dd2ee35069a0ebf3e69606d.zip
docs: document StatHost in tinyproxy.conf(5)
Michael
Diffstat (limited to '')
-rw-r--r--docs/man5/tinyproxy.conf.txt.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in
index 30744f2..4483fa3 100644
--- a/docs/man5/tinyproxy.conf.txt.in
+++ b/docs/man5/tinyproxy.conf.txt.in
@@ -83,6 +83,14 @@ The possible keywords and their descriptions are as follows:
This parameter controls the HTML template file returned when an
error occurs for which no specific error file has been set.
+*StatHost*::
+
+ This configures the host name or IP address that is treated
+ as the `stat host`: Whenever a request for this host is received,
+ Tinyproxy will return an internal statistics page instead of
+ forwarding the request to that host. The template for this
+ page can be configured with the `StatFile` configuration option.
+ The default value of `StatHost` is `@TINYPROXY_STATHOST@`.
*StatFile*::