comparison 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
comparison
equal deleted inserted replaced
151:0188d11c77dd 152:5a35535f7cdf
531 less than or equal to the time in the <header>If-Modified-Since</header> 531 less than or equal to the time in the <header>If-Modified-Since</header>
532 request header. 532 request header.
533 </tag-desc> 533 </tag-desc>
534 534
535 </list> 535 </list>
536 </para>
537
538 </directive>
539
540
541 <directive name="ignore_invalid_headers">
542 <syntax><value>on</value> | <value>off</value></syntax>
543 <default>on</default>
544 <context>http</context>
545 <context>server</context>
546
547 <para>
548 Controls whether headers with invalid names should be ignored.
549 Valid header names consist of letters, digits, hyphens, and possibly
550 underscores (as controlled by the <link id="underscores_in_headers"/>
551 directive).
536 </para> 552 </para>
537 553
538 </directive> 554 </directive>
539 555
540 556