diff doc/hgrc.5.txt @ 13966:a1c31c64bcd3

hgweb: support disabling page cache By default, hgweb_mod supports caching via the ETag header. This can cause some confusion with browsers which cache aggressively. This change preserves existing behavior while giving the administrator a knob to disable the ETag header.
author Steven Stallion <sstallion@gmail.com>
date Wed, 20 Apr 2011 00:01:50 -0400
parents 616ad3f6fd33
children 7f45b1911893
line wrap: on
line diff
--- a/doc/hgrc.5.txt	Wed Apr 20 12:44:32 2011 -0500
+++ b/doc/hgrc.5.txt	Wed Apr 20 00:01:50 2011 -0400
@@ -1052,6 +1052,8 @@
 
     To disable SSL verification temporarily, specify ``--insecure`` from
     command line.
+``cache``
+    Whether to support caching in hgweb. Defaults to True.
 ``contact``
     Name or email address of the person in charge of the repository.
     Defaults to ui.username or ``$EMAIL`` or "unknown" if unset or empty.