comparison xml/en/docs/http/ngx_http_core_module.xml @ 426:1d6dc85ed324

Specifying "ignore_invalid_headers" or "underscores_in_headers" on the server level in a default server affects all virtual servers listening on the same address:port.
author Ruslan Ermilov <ru@nginx.com>
date Mon, 27 Feb 2012 10:36:08 +0000
parents 8fa5f2273014
children 2b9507b2cdf3
comparison
equal deleted inserted replaced
425:c0fef00f71fb 426:1d6dc85ed324
634 <para> 634 <para>
635 Controls whether header fields with invalid names should be ignored. 635 Controls whether header fields with invalid names should be ignored.
636 Valid names are composed of English letters, digits, hyphens, and possibly 636 Valid names are composed of English letters, digits, hyphens, and possibly
637 underscores (as controlled by the <link id="underscores_in_headers"/> 637 underscores (as controlled by the <link id="underscores_in_headers"/>
638 directive). 638 directive).
639 </para>
640
641 <para>
642 A directive can be specified on the <link id="server"/> level
643 in a default server.
644 In this case, its value will cover all virtual servers
645 listening on the same address and port.
639 </para> 646 </para>
640 647
641 </directive> 648 </directive>
642 649
643 650
2465 When disabled, request header fields whose names contain underscores are 2472 When disabled, request header fields whose names contain underscores are
2466 marked as invalid and are subject to the <link id="ignore_invalid_headers"/> 2473 marked as invalid and are subject to the <link id="ignore_invalid_headers"/>
2467 directive. 2474 directive.
2468 </para> 2475 </para>
2469 2476
2477 <para>
2478 If a directive is specified on the
2479 <link id="server"/>
2480 level, which is also a default server, its value will cover
2481 all virtual servers listening on the same address and port.
2482 </para>
2483
2470 </directive> 2484 </directive>
2471 2485
2472 2486
2473 <directive name="variables_hash_bucket_size"> 2487 <directive name="variables_hash_bucket_size">
2474 <syntax><value>size</value></syntax> 2488 <syntax><value>size</value></syntax>