ignore_invalid_headers

Syntax: ignore_invalid_headers on | off;
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.

doc_nginx
2017-02-09 07:06:32
Comments
Leave a Comment

Please login to continue.