diff options
author | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-09 14:36:36 +0100 |
---|---|---|
committer | Michael Vogt <michael.vogt@ubuntu.com> | 2009-02-09 14:36:36 +0100 |
commit | 8872c430df84660fa994db0ebfa67861239fe739 (patch) | |
tree | 6327f67a727b019e5a6bcd6ffa3041b824e655ce /doc | |
parent | 4bfb7a7756eed967c1edad63bc16a37b741cafaa (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 5cc6187a8..a3ccdded8 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -136,7 +136,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 @@ -153,7 +154,8 @@ Acquire Verify-Peer "false"; SslCert "/etc/apt/some.pem"; CaPath "/etc/ssl/certs"; - Verify-Host" "2"; + Verify-Host" "true"; + AllowRedirect "true"; }; ftp |