diff options
author | Michael Adam <obnox@samba.org> | 2009-11-10 13:36:41 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-11-10 13:58:07 +0100 |
commit | cbb179ef0b03d5b43dd2ee35069a0ebf3e69606d (patch) | |
tree | fa95bd55eb1b36a1c509f2b6dfb88cbbf8d9fe38 /docs/man5 | |
parent | e54a3827df91ef5a62522767dbba8659c2651080 (diff) | |
download | tinyproxy-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.in | 8 |
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*:: |