diff options
author | Michael Adam <obnox@samba.org> | 2009-09-28 08:40:35 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-28 11:24:33 +0200 |
commit | bc1b7def01e3ecd94ecf8dd0e6410b05723537c3 (patch) | |
tree | c30a24293477e104c1ec68f3605ed9aed0176590 /docs/man5/tinyproxy.conf.txt.in | |
parent | 078040731c8b75ddbf66ec010a402d2823f3ded5 (diff) | |
download | tinyproxy-bc1b7def01e3ecd94ecf8dd0e6410b05723537c3.tar.gz tinyproxy-bc1b7def01e3ecd94ecf8dd0e6410b05723537c3.zip |
docs: document "MaxClients" in tinyproxy.conf(5)
Michael
Diffstat (limited to 'docs/man5/tinyproxy.conf.txt.in')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index eca5fef..ced696a 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -164,6 +164,12 @@ The possible keywords and their descriptions are as follows: * 'IP/bits' matches network/mask * 'IP/mask' matches network/mask +*MaxClients*:: + + Tinyproxy creates one child process for each connected client. + This options specifies the absolute highest number processes that + will be created. With other words, only MaxClients clients can be + connected to Tinyproxy simultaneously. BUGS |