changeset 152:5a35535f7cdf

Documented the "ignore_invalid_headers" directive.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 26 Oct 2011 07:55:57 +0000
parents 0188d11c77dd
children 317ac898ba50
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	Tue Oct 25 18:00:49 2011 +0000
+++ b/xml/en/docs/http/ngx_http_core_module.xml	Wed Oct 26 07:55:57 2011 +0000
@@ -538,6 +538,22 @@
 </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/>