diff xml/en/docs/http/ngx_http_scgi_module.xml @ 1190:dd4cfc6ce770

Corrected description of *_cache_path file names.
author Ruslan Ermilov <ru@nginx.com>
date Fri, 16 May 2014 14:45:14 +0400
parents f25d00109de0
children 5be7716a5684
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_scgi_module.xml	Thu May 15 20:58:55 2014 +0400
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml	Fri May 16 14:45:14 2014 +0400
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_scgi_module"
         link="/en/docs/http/ngx_http_scgi_module.html"
         lang="en"
-        rev="2">
+        rev="3">
 
 <section id="summary">
 
@@ -301,8 +301,9 @@
 <para>
 Sets the path and other parameters of a cache.
 Cache data are stored in files.
-Both the key and file name in a cache are a result of
-applying the MD5 function to the proxied URL.
+The file name in a cache is a result of
+applying the MD5 function to the
+<link id="scgi_cache_key">cache key</link>.
 The <literal>levels</literal> parameter defines hierarchy levels of a cache.
 For example, in the following configuration
 <example>