diff options
author | Michael Adam <obnox@samba.org> | 2009-10-11 01:48:41 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-10-11 02:00:44 +0200 |
commit | db7f340b3a0098f801b53e8aa066e913b157be87 (patch) | |
tree | 8bdd7ff0f863f57543a954175762cdb1ee85933e /docs/man5 | |
parent | 1c0bda0e7cc99d39309f63fa719cbce756599f68 (diff) | |
download | tinyproxy-db7f340b3a0098f801b53e8aa066e913b157be87.tar.gz tinyproxy-db7f340b3a0098f801b53e8aa066e913b157be87.zip |
Document DisableViaHeader in the tinyproxy.conf(5) manpage.
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 ee9c1b2..30744f2 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -221,6 +221,14 @@ The possible keywords and their descriptions are as follows: string value will be used as the host name in the Via header. Otherwise, the server's host name will be used. +*DisableViaHeader*:: + + When this is set to yes, Tinyproxy does NOT add the `Via` header + to the requests. This virtually puts Tinyproxy into stealth mode. + Note that RFC 2616 requires proxies to set the `Via` header, so by + enabling this option, you break compliance. + Don't disable the `Via` header unless you know what you are doing... + *Filter*:: Tinyproxy supports filtering of web sites based on URLs or |