nginx-lua and nginx upload module

agentzh agentzh at gmail.com
Sat Nov 26 22:08:53 UTC 2011


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+ :)

> 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 ;)

Thanks!
-agentzh



More information about the nginx mailing list