diff options
author | Brett Randall <javabrett@gmail.com> | 2020-09-06 20:45:42 +1000 |
---|---|---|
committer | rofl0r <rofl0r@users.noreply.github.com> | 2020-09-06 12:25:46 +0100 |
commit | 5e594e593a77f25f48e2ff073058ec71cbec1680 (patch) | |
tree | 787d2405254ff9920b2b243e18c41d59586faa90 /docs | |
parent | 233ce6de3b4a23f44c0e8a1acdc76cc98be00358 (diff) |
Added BasicAuth to tinyproxy.conf man page.
Diffstat (limited to 'docs')
-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 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<BasicAuth> + +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<AddHeader> Configure one or more HTTP request headers to be added to outgoing |