Limit incoming bandwith with nginx!

Hi,

is there a way we can limit incoming bandwidth (from Remote to linux
box) using nginx ? Nginx is forwarding user requests to different URL
and
downloading videos locally due to which server’s incoming port is
choking
on 1Gbps for large number of concurrent users. If we can lower incoming
bandwidth to 500Mbps it’ll surely help us.

Regards.
shahzaib

On Friday 30 January 2015 16:33:16 shahzaib shahzaib wrote:

Hi,

is there a way we can limit incoming bandwidth (from Remote to linux
box) using nginx ? Nginx is forwarding user requests to different URL and
downloading videos locally due to which server’s incoming port is choking
on 1Gbps for large number of concurrent users. If we can lower incoming
bandwidth to 500Mbps it’ll surely help us.

http://nginx.org/r/proxy_limit_rate

wbr, Valentin V. Bartenev