1

Nginx doesn't support chunked requests so i'm tryping to proxy my PUT request to apache, but it seems nginx blocks and sends 411 error even when proxying. Any way I can get nginx to send those requests to apache untouched, as is?

Charles Merriam
  • 19,908
  • 6
  • 73
  • 83
Chris
  • 988
  • 3
  • 18
  • 30

1 Answers1

0

Seems like this could be an option, although not a nice one: http://wiki.nginx.org/NginxHttpChunkinModule

b_erb
  • 20,932
  • 8
  • 55
  • 64