summaryrefslogtreecommitdiff
path: root/doc/examples/apt.conf
diff options
context:
space:
mode:
authorArch Librarian <arch@canonical.com>2004-09-20 16:52:02 +0000
committerArch Librarian <arch@canonical.com>2004-09-20 16:52:02 +0000
commit5c2cb6e4ba5caca1f0efce0a726e8f47d16bc5a5 (patch)
tree4ff548f65ec0f2fbbda303177e76e35da77e5d52 /doc/examples/apt.conf
parentded8766eeaff8d2e7e7fc0ff29aca25269a08313 (diff)
More bug updates
Author: jgg Date: 1998-12-06 22:51:10 GMT More bug updates
Diffstat (limited to 'doc/examples/apt.conf')
-rw-r--r--doc/examples/apt.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/examples/apt.conf b/doc/examples/apt.conf
index 18292f6f6..061b082dd 100644
--- a/doc/examples/apt.conf
+++ b/doc/examples/apt.conf
@@ -1,4 +1,4 @@
-// $Id: apt.conf,v 1.17 1998/12/06 04:36:33 jgg Exp $
+// $Id: apt.conf,v 1.18 1998/12/06 22:51:14 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.
@@ -56,6 +56,11 @@ Acquire
{
Proxy "http://127.0.0.1:3128";
Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting
+
+ // Cache Control. Note these do not work with Squid 2.0.2
+ No-Cache "false";
+ Max-Age "86400"; // 1 Day age on index files
+ No-Store "false"; // Prevent the cache from storing archives
};
cdrom