2

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

ant
  • 22,634
  • 36
  • 132
  • 182
ddario
  • 1,015
  • 3
  • 12
  • 25

1 Answers1

1

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