diff options
author | Mukund Sivaraman <muks@banu.com> | 2009-09-19 23:04:04 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2009-09-19 23:04:04 +0530 |
commit | f7d494d9f7735775c61caa5a167717e76805ac30 (patch) | |
tree | 64bbca82db2246231f2d1668c7d10779be3e2bc7 | |
parent | 0def858576d62714495b9c0a45b2747f1d7a0475 (diff) | |
download | tinyproxy-f7d494d9f7735775c61caa5a167717e76805ac30.tar.gz tinyproxy-f7d494d9f7735775c61caa5a167717e76805ac30.zip |
doc: Add initial description in tinyproxy.conf manpage
Diffstat (limited to '')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index e99b9cc..07d4ed9 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -18,7 +18,34 @@ SYNOPSIS DESCRIPTION ----------- -Put text here about tinyproxy.conf. +`tinyproxy(8)` reads its configuration file, typically stored in +`/etc/tinyproxy/tinyproxy.conf` (or passed to Tinyproxy with -c on the +command line). This manpage describes the syntax and contents of the +configuration file. + +The Tinyproxy configuration file contains key-value pairs, one per +line. Lines starting with `#` and empty lines are comments and are +ignored. Keywords are case-insensitive, whereas values are +case-sensitive. Values may be enclosed in double-quotes (") if they +contain spaces. + +The possible keywords and their descriptions are as follows: + +*User*:: + + The user which the Tinyproxy process should run as, after the + initial port-binding has been done as the root user. + +*Group*:: + + The group which the Tinyproxy process should run as, after the + initial port-binding has been done as the root user. + +*Port*:: + + The port which the Tinyproxy service will listen on. If the port is + less than 1024, you will need to start the Tinyproxy process as the + root user. BUGS |