views:

327

answers:

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?

A: 

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

PartlyCloudy