comparison 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
comparison
equal deleted inserted replaced
1189:f25d00109de0 1190:dd4cfc6ce770
8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd"> 8 <!DOCTYPE module SYSTEM "../../../../dtd/module.dtd">
9 9
10 <module name="Module ngx_http_scgi_module" 10 <module name="Module ngx_http_scgi_module"
11 link="/en/docs/http/ngx_http_scgi_module.html" 11 link="/en/docs/http/ngx_http_scgi_module.html"
12 lang="en" 12 lang="en"
13 rev="2"> 13 rev="3">
14 14
15 <section id="summary"> 15 <section id="summary">
16 16
17 <para> 17 <para>
18 The <literal>ngx_http_scgi_module</literal> module allows passing 18 The <literal>ngx_http_scgi_module</literal> module allows passing
299 <context>http</context> 299 <context>http</context>
300 300
301 <para> 301 <para>
302 Sets the path and other parameters of a cache. 302 Sets the path and other parameters of a cache.
303 Cache data are stored in files. 303 Cache data are stored in files.
304 Both the key and file name in a cache are a result of 304 The file name in a cache is a result of
305 applying the MD5 function to the proxied URL. 305 applying the MD5 function to the
306 <link id="scgi_cache_key">cache key</link>.
306 The <literal>levels</literal> parameter defines hierarchy levels of a cache. 307 The <literal>levels</literal> parameter defines hierarchy levels of a cache.
307 For example, in the following configuration 308 For example, in the following configuration
308 <example> 309 <example>
309 scgi_cache_path /data/nginx/cache levels=1:2 keys_zone=one:10m; 310 scgi_cache_path /data/nginx/cache levels=1:2 keys_zone=one:10m;
310 </example> 311 </example>