b.liu | e958203 | 2025-04-17 19:18:16 +0800 | [diff] [blame^] | 1 | --- a/etc/tinyproxy.conf.in |
| 2 | +++ b/etc/tinyproxy.conf.in |
| 3 | @@ -93,7 +93,7 @@ StatFile "@pkgdatadir@/stats.html" |
| 4 | # exclusive. If neither Syslog nor LogFile are specified, output goes |
| 5 | # to stdout. |
| 6 | # |
| 7 | -#LogFile "@localstatedir@/log/tinyproxy/tinyproxy.log" |
| 8 | +LogFile "@localstatedir@/log/tinyproxy.log" |
| 9 | |
| 10 | # |
| 11 | # Syslog: Tell tinyproxy to use syslog instead of a logfile. This |
| 12 | @@ -124,7 +124,7 @@ LogLevel Info |
| 13 | # can be used for signalling purposes. |
| 14 | # If not specified, no pidfile will be written. |
| 15 | # |
| 16 | -#PidFile "@localstatedir@/run/tinyproxy/tinyproxy.pid" |
| 17 | +PidFile "@localstatedir@/tinyproxy.pid" |
| 18 | |
| 19 | # |
| 20 | # XTinyproxy: Tell Tinyproxy to include the X-Tinyproxy header, which |