diff options
author | Michael Adam <obnox@samba.org> | 2009-09-28 09:28:14 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-09-28 11:24:34 +0200 |
commit | 553b95b3ed3869e2b3b5d36bb156be9086c982be (patch) | |
tree | 69b3c1717c4a595e19c4343c4abc52cf872fd638 /docs | |
parent | 9574bf0855b8b9a420f8bdfb84f49dc82285338e (diff) | |
download | tinyproxy-553b95b3ed3869e2b3b5d36bb156be9086c982be.tar.gz tinyproxy-553b95b3ed3869e2b3b5d36bb156be9086c982be.zip |
docs: document StartServers in tinyproxy.conf(5)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 59e4c1c..a681245 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -183,6 +183,11 @@ The possible keywords and their descriptions are as follows: number of spare processes exceeds `MaxSpareServers` then Tinyproxy will kill off extra processes. +*StartServers*:: + + The number of servers to start initially. This should usually be + set to a value between MinSpareServers and MaxSpareServers. + BUGS ---- |