tinyproxy.conf: fix LogFile to proper CamelCase for consistency

This commit is contained in:
Michael Adam 2010-02-23 08:06:55 +01:00
parent 1b3dd058d1
commit 107f9117d0

View File

@ -87,12 +87,12 @@ DefaultErrorFile "@pkgdatadir@/default.html"
StatFile "@pkgdatadir@/stats.html" StatFile "@pkgdatadir@/stats.html"
# #
# Logfile: Allows you to specify the location where information should # LogFile: Allows you to specify the location where information should
# be logged to. If you would prefer to log to syslog, then disable this # be logged to. If you would prefer to log to syslog, then disable this
# and enable the Syslog directive. These directives are mutually # and enable the Syslog directive. These directives are mutually
# exclusive. # exclusive.
# #
Logfile "@localstatedir@/log/tinyproxy.log" LogFile "@localstatedir@/log/tinyproxy.log"
# #
# Syslog: Tell tinyproxy to use syslog instead of a logfile. This # Syslog: Tell tinyproxy to use syslog instead of a logfile. This