nginx - can front-end proxy for very long POSTs with upload status support?

jb justinbeech at gmail.com
Thu Oct 14 02:14:44 MSD 2010


thanks, of course. You are right. My searching skills evidently failed.
I'm building it all now.

On Thu, Oct 14, 2010 at 9:04 AM, jjjx128 <nginx-forum at nginx.us> wrote:
>> Can nginx act as a front-end proxy for very long
>> POST requests where
>> the back-end server is not bothered until the POST
>> is totally complete
>> (at which point it is given the data).
>
> It is exactly how it's done in nginx.
>
>> Further, can it support (while the POST is in
>> progress) another query
>> as to the status of the POST (bytes completed,
>> bytes to go).
>
> Yes, using this module http://wiki.nginx.org/HttpUploadProgressModule
>
> Posted at Nginx Forum: http://forum.nginx.org/read.php?2,140284,140290#msg-140290
>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list