# HG changeset patch # User Vladimir Homutov # Date 1356103194 0 # Node ID ae776a353984d1767be8281c64864fe245670aa0 # Parent 1063836dacea3dc849b4af56e95eefe454f757dc Documented "proxy_cache_methods" directive. diff -r 1063836dacea -r ae776a353984 xml/en/docs/http/ngx_http_proxy_module.xml --- a/xml/en/docs/http/ngx_http_proxy_module.xml Fri Dec 21 14:51:50 2012 +0000 +++ b/xml/en/docs/http/ngx_http_proxy_module.xml Fri Dec 21 15:19:54 2012 +0000 @@ -10,7 +10,7 @@ + rev="6">
@@ -249,6 +249,29 @@ + + + GET | + HEAD | + POST + ... +GET HEAD +http +server +location +0.7.59 + + +If the client request method is listed in this directive then +the response will be cached. +“GET” and “HEAD” methods are always +added to the list, though it is recommended to specify them explicitly. +See also the directive. + + + + + number 1 diff -r 1063836dacea -r ae776a353984 xml/ru/docs/http/ngx_http_proxy_module.xml --- a/xml/ru/docs/http/ngx_http_proxy_module.xml Fri Dec 21 14:51:50 2012 +0000 +++ b/xml/ru/docs/http/ngx_http_proxy_module.xml Fri Dec 21 15:19:54 2012 +0000 @@ -10,7 +10,7 @@ + rev="6">
@@ -248,6 +248,29 @@ + + + GET | + HEAD | + POST + ... +GET HEAD +http +server +location +0.7.59 + + +Если метод запроса клиента указан в этой директиве, +то ответ будет закэширован. +Методы “GET” и “HEAD” всегда добавляются +в список, но тем не менее рекомендуется перечислять их явно. +См. также директиву . + + + + + число 1