nginx-lua and nginx upload module
Nginx User
nginx at nginxuser.net
Sat Nov 26 10:07:36 UTC 2011
On 26 November 2011 12:46, agentzh <agentzh at gmail.com> wrote:
> This approach certainly works but it requires the request body to be
> hold completely in memory, which may be unacceptable for big file
> uploading.
Correct. This is why there is a default 2mb "maxinput" flag.
Hopefully a directive to handle multipart encoded forms will be added
to ngx_lua by the developer soon :)
More information about the nginx
mailing list