nginx: better dealing with chunked request body

This commit is contained in:
Felipe Zimmerle
2014-04-28 19:11:59 -07:00
parent 0b5f3e123c
commit ed8666d386
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 {