diff options
author | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-06-23 21:14:32 +0000 |
---|---|---|
committer | Robert James Kaes <rjkaes@users.sourceforge.net> | 2003-06-23 21:14:32 +0000 |
commit | 8b8d3b1477978ec05b7e604bc85a8865f711cea3 (patch) | |
tree | 057f14c10521d69712b61386dc8e1ad2ea0f70cd | |
parent | 5ba1325ef5e3132ba1eb42c2f0c480ca6bd99123 (diff) | |
download | tinyproxy-8b8d3b1477978ec05b7e604bc85a8865f711cea3.tar.gz tinyproxy-8b8d3b1477978ec05b7e604bc85a8865f711cea3.zip |
# Added a bit more description to describe where to look for the error
HTML files. In the future the installation script should modify the
tinyproxy.conf file.
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.conf | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 6bc9729..7194d66 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -34,7 +34,11 @@ Timeout 600 # # ErrorFile: Defines the HTML file to send when a given HTTP error -# occurs. +# occurs. You will probably need to customize the location to your +# particular install. The usual locations to check are: +# /usr/local/share/tinyproxy +# /usr/share/tinyproxy +# /etc/tinyproxy # # ErrorFile 404 "/usr/share/tinyproxy/404.html" # ErrorFile 400 "/usr/share/tinyproxy/400.html" |