Question

Is there a way to disable checking for Content-Length header in the PUT requests on nginx?

Était-ce utile?

La solution

Tri ngx_headers_more module. This module can modify the output headers with the more_set_header and more_clear_headers directives.

Licencié sous: CC-BY-SA avec attribution
Non affilié à StackOverflow
scroll top