Is there a way to disable checking for Content-Length
header in the PUT
requests on nginx?
Asked
Active
Viewed 1,271 times
2
1 Answers
1
Tri ngx_headers_more module. This module can modify the output headers with the more_set_header and more_clear_headers directives.

waterfox0323
- 66
- 1
-
a more specific answer? – George Pligoropoulos Mar 28 '14 at 13:32