summaryrefslogtreecommitdiff
path: root/docs/man5
diff options
context:
space:
mode:
authorMichael Adam <obnox@samba.org>2009-09-28 09:59:53 +0200
committerMichael Adam <obnox@samba.org>2009-09-28 11:24:34 +0200
commit33872928d56d8dd8b38372080eb8cc9e41a55453 (patch)
tree9b70179d9f4b1e164991c054d25eaa2a6ab2389b /docs/man5
parent8c31287805462cb6769b4b267bf03f59e8403ef5 (diff)
downloadtinyproxy-33872928d56d8dd8b38372080eb8cc9e41a55453.tar.gz
tinyproxy-33872928d56d8dd8b38372080eb8cc9e41a55453.zip
docs: document ViaProxyName in tinyproxy.conf(5)
Diffstat (limited to 'docs/man5')
-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 68ab02c..c973b1f 100644
--- a/docs/man5/tinyproxy.conf.txt.in
+++ b/docs/man5/tinyproxy.conf.txt.in
@@ -213,6 +213,14 @@ The possible keywords and their descriptions are as follows:
like `host.example.com` or a domain name like `.example.com` or
even a top level domain name like `.com`.
+*ViaProxyName*::
+
+ RFC 2616 requires proxies to add a `Via` header to the HTTP
+ requests, but using the real host name can be a security
+ concern. If the `ViaProxyname` option is present, than its
+ string value will be used as the host name in the Via header.
+ Otherwise, the server's host name will be used.
+
BUGS
----