diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/apt.conf | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf index 8cf5b0b17..16234d4b1 100644 --- a/doc/examples/apt.conf +++ b/doc/examples/apt.conf @@ -1,4 +1,4 @@ -// $Id: apt.conf,v 1.24 1999/01/31 08:55:53 jgg Exp $ +// $Id: apt.conf,v 1.25 1999/02/27 22:29:11 jgg Exp $ /* This file is an index of all APT configuration directives. It should NOT actually be used as a real config file, though it is a completely valid file. @@ -52,13 +52,14 @@ APT { Acquire { Queue-Mode "host"; // host|access - Retry "false"; + Retries "0"; // HTTP method configuration http { Proxy "http://127.0.0.1:3128"; Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting + Timeout "120"; // Cache Control. Note these do not work with Squid 2.0.2 No-Cache "false"; |