# HG changeset patch # User Vladimir Homutov # Date 1356425068 0 # Node ID 9104a921d94077bd4f9fe63bb4ee7eaffcd68ae3 # Parent ceb8a4e374b7ea04d117bdfba06bb143c0d1d7dd Documented "fastcgi_pass_request_body/headers" directives. diff --git a/xml/en/docs/http/ngx_http_fastcgi_module.xml b/xml/en/docs/http/ngx_http_fastcgi_module.xml --- a/xml/en/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/en/docs/http/ngx_http_fastcgi_module.xml @@ -10,7 +10,7 @@ + rev="4">
@@ -208,6 +208,29 @@ Sets a timeout for + + 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 @@ -784,6 +807,38 @@ a connection is closed. + +on | off +on +http +server +location + + +If disabled, the original request body will not be passed +to the FastCGI server. +See also the directive. + + + + + + +on | off +on +http +server +location + + +If disabled, header fields of the original request will not be passed to the +FastCGI server. +See also the directive. + + + + + size 0 diff --git a/xml/ru/docs/http/ngx_http_fastcgi_module.xml b/xml/ru/docs/http/ngx_http_fastcgi_module.xml --- a/xml/ru/docs/http/ngx_http_fastcgi_module.xml +++ b/xml/ru/docs/http/ngx_http_fastcgi_module.xml @@ -10,7 +10,7 @@ + rev="4">
@@ -207,6 +207,29 @@ fastcgi_cache_key localhost:9000$request + + + GET | + HEAD | + POST + ... +GET HEAD +http +server +location +0.7.59 + + +Если метод запроса клиента указан в этой директиве, +то ответ будет закэширован. +Методы “GET” и “HEAD” всегда добавляются +в список, но тем не менее рекомендуется перечислять их явно. +См. также директиву . + + + + + число 1 @@ -778,6 +801,38 @@ fastcgi_pass unix:/tmp/fastcgi.socket; + +on | off +on +http +server +location + + +Если запрещено, то исходное тело запроса не будет передано +на FastCGI-сервер. +См. также директиву . + + + + + + +on | off +on +http +server +location + + +Если запрещено, то поля заголовка исходного запроса не будут переданы на +FastCGI-сервер. +См. также директивы . + + + + + размер 0