diff xml/en/docs/http/ngx_http_scgi_module.xml @ 1796:1d576e8d6ead

Clarified the "levels" parameter of proxy_cache_path and friends.
author Yaroslav Zhuravlev <yar@nginx.com>
date Mon, 04 Jul 2016 14:29:09 +0300
parents be371be7a5c8
children 621d0c682113
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_scgi_module.xml
+++ b/xml/en/docs/http/ngx_http_scgi_module.xml
@@ -10,7 +10,7 @@
 <module name="Module ngx_http_scgi_module"
         link="/en/docs/http/ngx_http_scgi_module.html"
         lang="en"
-        rev="24">
+        rev="25">
 
 <section id="summary">
 
@@ -349,7 +349,8 @@ Cache data are stored in files.
 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.
+The <literal>levels</literal> parameter defines hierarchy levels of a cache:
+from 1 to 3, each level accepts values 1 or 2.
 For example, in the following configuration
 <example>
 scgi_cache_path /data/nginx/cache levels=1:2 keys_zone=one:10m;