nginx-lua and nginx upload module

Valery Kholodkov valery+nginxen at grid.net.ru
Mon Nov 28 09:45:49 UTC 2011


----- agentzh <agentzh at gmail.com> wrote:
> Hi, Valery!
> 
> On Sun, Nov 27, 2011 at 4:14 AM, Valery Kholodkov
> <valery+nginxen at grid.net.ru> wrote:
> > The limitation on the phase that is used to process uploads at the moment comes from nginx itself and not from upload module.
> >
> 
> Happily we no longer have such limitations for nginx 0.8.54+ :)

Explain?

> 
> > If you describe what sort of API you need from upload module, I will be able to implement it.
> >
> 
> Great! Just a quick example from my head:
> 
>     location /upload {
>         upload_in_access_phase;
>         proxy_pass http://backend;
>     }
> 
> That is, no longer introducing an internal location here for internal
> redirections ;)

Doesn't look like API. We are talking about being able to use accelerated uploads feature from lua, aren't we?

-- 
Regards,
Valery Kholodkov



More information about the nginx mailing list