diff options
author | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:57 +0000 |
---|---|---|
committer | Arch Librarian <arch@canonical.com> | 2004-09-20 16:52:57 +0000 |
commit | 2b154e536a0df3afb318ddcf9b7daf9337de3c23 (patch) | |
tree | 40d2dcee41e246a3d281d289cc5c2615f897a388 /doc/examples | |
parent | a9e5851b62cde2945fe3af44438b202c04c6703f (diff) |
Http download fixes
Author: jgg
Date: 1999-02-27 22:29:11 GMT
Http download fixes
Diffstat (limited to 'doc/examples')
-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"; |