# HG changeset patch # User Ruslan Ermilov # Date 1319615757 0 # Node ID 5a35535f7cdf5980cf092bd4034b882cfe7a8bbb # Parent 0188d11c77dd2caa98b48e5d7feddaf2aec0b37a Documented the "ignore_invalid_headers" directive. diff --git a/xml/en/docs/http/ngx_http_core_module.xml b/xml/en/docs/http/ngx_http_core_module.xml --- 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. + +on | off +on +http +server + + +Controls whether headers with invalid names should be ignored. +Valid header names consist of letters, digits, hyphens, and possibly +underscores (as controlled by the +directive). + + + + +