diff --git a/privoxy/config b/privoxy/config index c348bc7..3cb8da2 100644 --- a/privoxy/config +++ b/privoxy/config @@ -266,7 +266,7 @@ trust-info-url http://www.example.com/w # flat, except for confdir/templates, where the HTML templates # for CGI output reside (e.g. Privoxy's 404 error page). # -confdir . +confdir /etc/%name # # 2.2. logdir @@ -293,7 +293,7 @@ confdir . # # No trailing "/", please # -logdir . +logdir /var/log # # 2.3. actionsfile @@ -425,7 +425,7 @@ filterfile default.filter # Any log files must be writable by whatever user Privoxy is # being run as (default on UNIX, user id is "privoxy"). # -logfile logfile +logfile %name # # 2.6. jarfile