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?
Asked
Active
Viewed 1,676 times
1
-
Can you provide a copy of the relevant sections in your config file? – Phillip B Oldham Feb 23 '10 at 09:00
1 Answers
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