tinyproxy.conf: kill some trailing spaces

Michael
This commit is contained in:
Michael Adam 2009-06-14 22:59:29 +02:00
parent 3ebb2ce607
commit 1491483c35

View File

@ -5,11 +5,11 @@
# #
# User/Group: This allows you to set the username and group that will be # 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 # 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 Group nobody
# #
@ -59,7 +59,7 @@ Timeout 600
#ErrorFile 403 "/usr/share/tinyproxy/403.html" #ErrorFile 403 "/usr/share/tinyproxy/403.html"
#ErrorFile 408 "/usr/share/tinyproxy/408.html" #ErrorFile 408 "/usr/share/tinyproxy/408.html"
# #
# DefaultErrorFile: The HTML file that gets sent if there is no # DefaultErrorFile: The HTML file that gets sent if there is no
# HTML file defined with an ErrorFile keyword for the HTTP error # HTML file defined with an ErrorFile keyword for the HTTP error
# that has occured. # that has occured.
@ -222,8 +222,8 @@ ViaProxyName "tinyproxy"
# #
# FilterCaseSensitive: Use case sensitive regular expressions. # FilterCaseSensitive: Use case sensitive regular expressions.
# #
#FilterCaseSensitive On #FilterCaseSensitive On
# #
# FilterDefaultDeny: Change the default policy of the filtering system. # FilterDefaultDeny: Change the default policy of the filtering system.