Question

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

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top