Nginx proxy http PUT chunked to apache
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? Seems like this could be an option, although not a nice one: http://wiki.nginx.org/NginxHttpChunkinModule 来源: https://stackoverflow.com/questions/2304152/nginx-proxy-http-put-chunked-to-apache