diff options
author | Mukund Sivaraman <muks@banu.com> | 2010-01-03 20:14:43 +0530 |
---|---|---|
committer | Mukund Sivaraman <muks@banu.com> | 2010-01-03 20:14:43 +0530 |
commit | 70e8197344c2cbad10907f848bb45f922bf5edd1 (patch) | |
tree | fe14aa13257bcd3f8969490e4845ef59c61e3dff /docs/man5 | |
parent | 34f9e5f95ec919d62e28fd527fcfddbf19dc4a62 (diff) | |
download | tinyproxy-70e8197344c2cbad10907f848bb45f922bf5edd1.tar.gz tinyproxy-70e8197344c2cbad10907f848bb45f922bf5edd1.zip |
Use proper asciidoc formatting in manpage
Diffstat (limited to 'docs/man5')
-rw-r--r-- | docs/man5/tinyproxy.conf.txt.in | 25 |
1 files changed, 14 insertions, 11 deletions
diff --git a/docs/man5/tinyproxy.conf.txt.in b/docs/man5/tinyproxy.conf.txt.in index 18ec9ab..86fbedf 100644 --- a/docs/man5/tinyproxy.conf.txt.in +++ b/docs/man5/tinyproxy.conf.txt.in @@ -99,8 +99,7 @@ The possible keywords and their descriptions are as follows: not set, Tinyproxy returns a hard-coded basic statistics page. See the STATHOST section in the `tinyproxy(8)` manual page for details. - - + + Note that the StatFile and the error files configured with ErrorFile and DefaultErrorFile are template files that can contain a few template variables that Tinyproxy expands prior to delivery. @@ -275,15 +274,17 @@ The possible keywords and their descriptions are as follows: through, while all others are denied. If no Anonymous keyword is present, then all headers are allowed through. You must include quotes around the headers. - + + Most sites require cookies to be enabled for them to work correctly, so you will need to allow cookies through if you access those sites. - + + Example: - - Anonymous "Host" - Anonymous "Authorization" - Anonymous "Cookie" + + +---- +Anonymous "Host" +Anonymous "Authorization" +Anonymous "Cookie" +---- *ConnectPort*:: @@ -297,12 +298,14 @@ The possible keywords and their descriptions are as follows: Configure one or more ReversePath directives to enable reverse proxy support. With reverse proxying it's possible to make a number of sites appear as if they were part of a single site. - + + If you uncomment the following two directives and run Tinyproxy on your own computer at port 8888, you can access example.com, using http://localhost:8888/example/. - - ReversePath "/example/" "http://www.example.com/" + + +---- +ReversePath "/example/" "http://www.example.com/" +---- *ReverseOnly*:: |