tinyproxy.conf: kill some trailing spaces
Michael
This commit is contained in:
parent
3ebb2ce607
commit
1491483c35
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user