diff xml/en/docs/http/ngx_http_core_module.xml @ 152:5a35535f7cdf

Documented the "ignore_invalid_headers" directive.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 26 Oct 2011 07:55:57 +0000
parents 682163f2b298
children 8c124aef0041
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
@@ -538,6 +538,22 @@ request header.
 </directive>
 
 
+<directive name="ignore_invalid_headers">
+<syntax><value>on</value> | <value>off</value></syntax>
+<default>on</default>
+<context>http</context>
+<context>server</context>
+
+<para>
+Controls whether headers with invalid names should be ignored.
+Valid header names consist of letters, digits, hyphens, and possibly
+underscores (as controlled by the <link id="underscores_in_headers"/>
+directive).
+</para>
+
+</directive>
+
+
 <directive name="internal">
 <syntax/>
 <default/>