diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-03 14:10:36 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-03 14:10:36 +0100 |
commit | 668ce84da00041c65cae3957d2b49786efa34276 (patch) | |
tree | 21c1336b504b4e077187252af02a640b48ba21f5 /doc | |
parent | d24ddc3008473562ca6dc8d9e6a2f2b790fbe5ce (diff) |
* methods/https.cc:
- add Acquire::https::AllowRedirect support
Diffstat (limited to 'doc')
-rw-r--r-- | doc/examples/configure-index | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 84b1d8829..a4167085b 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -183,7 +183,8 @@ Acquire Proxy::http.us.debian.org "DIRECT"; // Specific per-host setting Timeout "120"; Pipeline-Depth "5"; - + AllowRedirect "true"; + // Cache Control. Note these do not work with Squid 2.0.2 No-Cache "false"; Max-Age "86400"; // 1 Day age on index files @@ -200,7 +201,8 @@ Acquire Verify-Peer "false"; SslCert "/etc/apt/some.pem"; CaPath "/etc/ssl/certs"; - Verify-Host" "2"; + Verify-Host" "true"; + AllowRedirect "true"; }; ftp |