summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-11-10 13:49:14 +0100
committerMichael Adam <obnox@samba.org>2009-11-10 13:58:08 +0100
commit6f56738ab0557ec7c478dfa0c4eb21f86ce9e5a6 (patch)
tree5e55deaad47e53daf4c643de464e386128ae7c92 /etc
parent41dd25d8e60b4906386ea77eda3b0d757eb3d2b8 (diff)
downloadtinyproxy-6f56738ab0557ec7c478dfa0c4eb21f86ce9e5a6.tar.gz
tinyproxy-6f56738ab0557ec7c478dfa0c4eb21f86ce9e5a6.zip
tinyproxy.conf: add a comment documenting StatHost
Michael
Diffstat (limited to '')
-rw-r--r--etc/tinyproxy.conf.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/etc/tinyproxy.conf.in b/etc/tinyproxy.conf.in
index cb5d068..04bcd4a 100644
--- a/etc/tinyproxy.conf.in
+++ b/etc/tinyproxy.conf.in
@@ -70,6 +70,16 @@ Timeout 600
DefaultErrorFile "@datadir@/default.html"
#
+# 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 default value of StatHost is
+# @TINYPROXY_STATHOST@.
+#
+#StatHost "@TINYPROXY_STATHOST@"
+#
+
+#
# StatFile: The HTML file that gets sent when a request is made
# for the stathost. If this file doesn't exist a basic page is
# hardcoded in tinyproxy.