diff options
author | Michael Adam <obnox@samba.org> | 2009-11-10 13:37:22 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-11-10 13:58:08 +0100 |
commit | 41dd25d8e60b4906386ea77eda3b0d757eb3d2b8 (patch) | |
tree | d2730e2dc9cc7f72101fe410db5e29f3f450498f /docs/man8 | |
parent | cbb179ef0b03d5b43dd2ee35069a0ebf3e69606d (diff) | |
download | tinyproxy-41dd25d8e60b4906386ea77eda3b0d757eb3d2b8.tar.gz tinyproxy-41dd25d8e60b4906386ea77eda3b0d757eb3d2b8.zip |
docs: update description of STATHOST in tinyproxy(8)
Michael
Diffstat (limited to 'docs/man8')
-rw-r--r-- | docs/man8/tinyproxy.txt.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/man8/tinyproxy.txt.in b/docs/man8/tinyproxy.txt.in index 569bb81..42dc0c1 100644 --- a/docs/man8/tinyproxy.txt.in +++ b/docs/man8/tinyproxy.txt.in @@ -119,9 +119,9 @@ STATHOST Tinyproxy returns a HTML page with connection statistics when it receives a HTTP request for a certain host -- the stathost. The -stathost name defaults to `tinyproxy.stats` and can be changed at -compile-time with the configure switch `--with-stathost` to any name or -IP address. +stathost name defaults to `@TINYPROXY_STATHOST@` and can be changed at +runtime to any name or IP address with the configuration variable +`StatHost`. The stat file template can be changed at runtime through the configuration variable `StatFile`. |