Question

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?

Was it helpful?

Solution

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

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