diff options
author | Michael Adam <obnox@samba.org> | 2009-06-14 22:59:29 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2009-06-14 23:01:07 +0200 |
commit | 1491483c3545e6d10d349d66c71272fee2826444 (patch) | |
tree | c1b39c5b18796e692911cbff9c9db836a9110fad /doc/tinyproxy.conf | |
parent | 3ebb2ce607be7ad194f399e6901d34fd9f1c4bdb (diff) | |
download | tinyproxy-1491483c3545e6d10d349d66c71272fee2826444.tar.gz tinyproxy-1491483c3545e6d10d349d66c71272fee2826444.zip |
tinyproxy.conf: kill some trailing spaces
Michael
Diffstat (limited to '')
-rw-r--r-- | doc/tinyproxy.conf | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/tinyproxy.conf b/doc/tinyproxy.conf index 6fd11fc..0042758 100644 --- a/doc/tinyproxy.conf +++ b/doc/tinyproxy.conf @@ -5,11 +5,11 @@ # # User/Group: This allows you to set the username and group that will be # used for tinyproxy after the initial binding to the port has been done -# as the root user. +# as the root user. # -# Please note that you may not use UID/GID's here. +# Please note that you may not use UID/GID's here. # -User nobody +User nobody Group nobody # @@ -59,7 +59,7 @@ Timeout 600 #ErrorFile 403 "/usr/share/tinyproxy/403.html" #ErrorFile 408 "/usr/share/tinyproxy/408.html" -# +# # DefaultErrorFile: The HTML file that gets sent if there is no # HTML file defined with an ErrorFile keyword for the HTTP error # that has occured. @@ -222,8 +222,8 @@ ViaProxyName "tinyproxy" # # FilterCaseSensitive: Use case sensitive regular expressions. -# -#FilterCaseSensitive On +# +#FilterCaseSensitive On # # FilterDefaultDeny: Change the default policy of the filtering system. |