]> granicus.if.org Git - apache/commitdiff
Add additional doc for the NoCache directive.
authorChuck Murcko <chuck@apache.org>
Tue, 24 Dec 1996 19:46:57 +0000 (19:46 +0000)
committerChuck Murcko <chuck@apache.org>
Tue, 24 Dec 1996 19:46:57 +0000 (19:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77329 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mod_proxy.html

index e4146231834b1e47eb166682944b62d61c32cb24..fe6f21d289e5b4c80fbf3b291fddb90fb94841ae 100644 (file)
@@ -200,15 +200,23 @@ override.
 <strong>Compatibility:</strong> NoCache is only available in
 Apache 1.1 and later.<p>
 
-The NoCache directive specifies a list of hosts and/or domains, separated
-by spaces. HTTP documents from hosts or domains in the list are <em>not</em>
+The NoCache directive specifies a list of words, hosts and/or domains, separated
+by spaces. HTTP documents from matched words, hosts or domains are <em>not</em>
 cached by the proxy server. Example:
 
 <pre>
   NoCache joes.garage.com some.host.co.uk wotsamattau.edu
 </pre>
 
-Note that 'wotsamattau' would also be sufficient to match 'wotsamattau.edu'.
+Note that 'wotsamattau' would also be sufficient to match 'wotsamattau.edu'.<p>
+
+Note also that
+
+<pre>
+NoCache *
+</pre>
+
+disables caching completely.<p>
 
 <hr>