changeset 162:a8bd350e3481

Documented the "chunked_transfer_encoding" directive.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 31 Oct 2011 13:31:33 +0000
parents ec980064d576
children e636bceb6ed2
files xml/en/docs/http/ngx_http_core_module.xml
diffstat 1 files changed, 16 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/xml/en/docs/http/ngx_http_core_module.xml
+++ b/xml/en/docs/http/ngx_http_core_module.xml
@@ -187,6 +187,22 @@ location /images/ {
 </directive>
 
 
+<directive name="chunked_transfer_encoding">
+<syntax><value>on</value> | <value>off</value></syntax>
+<default>on</default>
+<context>http</context>
+<context>server</context>
+<context>location</context>
+
+<para>
+Allows disabling chunked transfer encoding in HTTP/1.1.
+It may come in handy when using a software failing to support
+chunked encoding though the standard requires it.
+</para>
+
+</directive>
+
+
 <directive name="client_body_buffer_size">
 
 <syntax><argument>size</argument></syntax>