From 5e594e593a77f25f48e2ff073058ec71cbec1680 Mon Sep 17 00:00:00 2001 From: Brett Randall Date: Sun, 6 Sep 2020 20:45:42 +1000 Subject: [PATCH] Added BasicAuth to tinyproxy.conf man page. --- docs/man5/tinyproxy.conf.txt.in | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 66dd04e..09c2ced 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -225,6 +225,14 @@ Note that by adding a rule using a host or domain name, a costly name lookup has to be done for every new connection, which could slow down the service considerably. +=item B + +Configure HTTP "Basic Authentication" username and password +for accessing the proxy. If there are any entries specified, +access is only granted for authenticated users. + + BasicAuth user password + =item B Configure one or more HTTP request headers to be added to outgoing