diff options
Diffstat (limited to 'doc/examples')
| -rw-r--r-- | doc/examples/configure-index | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index 4eca100f5..d519e010b 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -281,7 +281,8 @@ Acquire Timeout "30"; ConnectionAttemptDelayMsec "250"; Pipeline-Depth "5"; - AllowRedirect "true"; + AllowRanges "<BOOL>"; + AllowRedirect "<BOOL>"; // Cache Control. Note these do not work with Squid 2.0.2 No-Cache "false"; @@ -304,11 +305,11 @@ Acquire SslCert "/etc/apt/some.pem"; CaPath "/etc/ssl/certs"; Verify-Host "true"; - AllowRedirect "true"; + AllowRanges "<BOOL>"; + AllowRedirect "<BOOL>"; Timeout "30"; ConnectionAttemptDelayMsec "250"; - AllowRedirect "true"; // Cache Control. Note these do not work with Squid 2.0.2 No-Cache "false"; |
