Syntax: | ignore_invalid_headers |
---|---|
Default: | ignore_invalid_headers on; |
Context: | http , server |
Controls whether header fields with invalid names should be ignored. Valid names are composed of English letters, digits, hyphens, and possibly underscores (as controlled by the underscores_in_headers directive).
If the directive is specified on the server level, its value is only used if a server is a default one. The value specified also applies to all virtual servers listening on the same address and port.
Please login to continue.