diff options
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. |