HTTP-POST Upload Buffer - Nginx Loadbalancer

Mikhail Mazursky ash2kk at gmail.com
Thu Jun 3 22:09:37 MSD 2010


2010/6/4 Malte Geierhos <malte at snapscouts.de>:
> In either way you can try setting:
>
>  proxy_buffering off;
This toggles response buffering, not request.

>
> in your location where you placed the proxy configuration.
>
> kind regards,
> Malte
>
> Am 03.06.10 19:58, schrieb Mikhail Mazursky:
>> 2010/6/3 Elena Zwetkow <ezwetkow at gmx.de>:
>>
>>> Hello Nginx-List,
>>>
>>> i need some help setting up my Nginx Loadbalancer. I use Nginx as Loadbalancer in front of 2 Webservers (running Nginx/PHP-FPM).
>>>
>>> While uploading files with HTTP POST upload, these files are buffed (temporary storaged) on my loadbalancer, is there a way pushing those
>>> files (filesize 500k - 5m) directly to the Backend-Servers to minimize
>>> the load on the Loadbalancer?
>>>
>>> Any hints are welcome.
>>>
>>> Thanks for your help.
>>>
>> Why are you using nginx in front of nginx? Use nginx in front of two
>> backends with PHP-FPM. Or use haproxy, not nginx.
>>
>
> _______________________________________________
> nginx mailing list
> nginx at nginx.org
> http://nginx.org/mailman/listinfo/nginx
>



More information about the nginx mailing list