summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-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
----