diff options
author | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-09 10:46:35 +0200 |
---|---|---|
committer | David Kalnischkies <kalnischkies@gmail.com> | 2010-06-09 10:46:35 +0200 |
commit | b02fffa64833e1f8e2617669d89de0a6d0882747 (patch) | |
tree | 0d3289bf1d913ee9d2313e0fcae6071f943d43bc /doc/examples | |
parent | 96cc64a521957d63704de72ed95f1c839698c53c (diff) |
rename the options, document them and reorder the changelog a bit
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index d168417d8..127feb9e9 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -176,6 +176,10 @@ Acquire PDiffs::SizeLimit "50"; // don't use diffs if size of all patches excess // 50% of the size of the original file + Check-Valid-Until "true"; + Max-ValidTime "864000"; // 10 days + Max-ValidTime::Debian-Security "604800"; // 7 days, label specific configuration + // HTTP method configuration http { |