From d6ea1848ec4abbee805b58b9647a902eca4b21be Mon Sep 17 00:00:00 2001 From: Chuck Murcko Date: Tue, 24 Dec 1996 19:46:57 +0000 Subject: [PATCH] Add additional doc for the NoCache directive. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@77329 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/mod/mod_proxy.html | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/docs/manual/mod/mod_proxy.html b/docs/manual/mod/mod_proxy.html index e414623183..fe6f21d289 100644 --- a/docs/manual/mod/mod_proxy.html +++ b/docs/manual/mod/mod_proxy.html @@ -200,15 +200,23 @@ override. Compatibility: NoCache is only available in Apache 1.1 and later.

-The NoCache directive specifies a list of hosts and/or domains, separated -by spaces. HTTP documents from hosts or domains in the list are not +The NoCache directive specifies a list of words, hosts and/or domains, separated +by spaces. HTTP documents from matched words, hosts or domains are not cached by the proxy server. Example:

   NoCache joes.garage.com some.host.co.uk wotsamattau.edu
 
-Note that 'wotsamattau' would also be sufficient to match 'wotsamattau.edu'. +Note that 'wotsamattau' would also be sufficient to match 'wotsamattau.edu'.

+ +Note also that + +

+NoCache *
+
+ +disables caching completely.


-- 2.40.0