# HG changeset patch # User Ruslan Ermilov # Date 1400237114 -14400 # Node ID dd4cfc6ce77085c4a8a9507718f7abc8f5d182de # Parent f25d00109de008204aac49b3c19d6e80ddb8c206 Corrected description of *_cache_path file names. diff --git a/xml/en/docs/http/ngx_http_proxy_module.xml b/xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml +++ b/xml/en/docs/http/ngx_http_proxy_module.xml @@ -10,7 +10,7 @@ + rev="21">
@@ -308,9 +308,9 @@ will be cached. 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 +cache key. The levels parameter defines hierarchy levels of a cache. For example, in the following configuration diff --git a/xml/en/docs/http/ngx_http_scgi_module.xml b/xml/en/docs/http/ngx_http_scgi_module.xml --- a/xml/en/docs/http/ngx_http_scgi_module.xml +++ b/xml/en/docs/http/ngx_http_scgi_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -301,8 +301,9 @@ will be cached. 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 +cache key. The levels parameter defines hierarchy levels of a cache. For example, in the following configuration diff --git a/xml/ru/docs/http/ngx_http_proxy_module.xml b/xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml @@ -10,7 +10,7 @@ + rev="21">
@@ -306,8 +306,8 @@ proxy_cache_key $scheme$proxy_host$uri$i Задаёт путь и другие параметры кэша. Данные кэша хранятся в файлах. -Ключом и именем файла в кэше является результат функции MD5 -от проксированного URL. +Именем файла в кэше является результат функции MD5 +от ключа кэширования. Параметр levels задаёт уровни иерархии кэша, например, при использовании diff --git a/xml/ru/docs/http/ngx_http_scgi_module.xml b/xml/ru/docs/http/ngx_http_scgi_module.xml --- a/xml/ru/docs/http/ngx_http_scgi_module.xml +++ b/xml/ru/docs/http/ngx_http_scgi_module.xml @@ -10,7 +10,7 @@ + rev="3">
@@ -299,8 +299,8 @@ scgi_cache_key localhost:9000$request_ur Задаёт путь и другие параметры кэша. Данные кэша хранятся в файлах. -Ключом и именем файла в кэше является результат функции MD5 -от проксированного URL. +Именем файла в кэше является результат функции MD5 +от ключа кэширования. Параметр levels задаёт уровни иерархии кэша, например, при использовании