nginx: better dealing with chunked request body

This commit is contained in:
Felipe Zimmerle
2014-04-28 19:11:59 -07:00
parent 2c6bcd7469
commit e7760c4ef3
2 changed files with 27 additions and 5 deletions

View File

@@ -18,7 +18,9 @@ http {
client_max_body_size 30M;
listen [% listen %];
server_name localhost;
client_body_in_single_buffer on;
client_body_in_file_only on;
proxy_buffering off;
location /no-proxy/test.txt {