XFileSharing Pro - Nginx mod global bandwidth

Message
Author
mario19xx
Posts: 21
Joined: Dec 20, 2009 5:51 pm

Nginx mod global bandwidth

#1 Postby mario19xx » Aug 08, 2014 12:08 pm

On my server i remove limits speed per users because server send at max 20000kb\s.. after remove limits is equal.

So i try disable nginx mod and used bandwidth is many more, so i think this caused by nginx global bandwidth limit.

How i can increase or remove this limit?

Thanks

ankurs
Posts: 1054
Joined: Mar 10, 2009 2:34 am

#2 Postby ankurs » Aug 08, 2014 1:34 pm

there is no "global" speed limit, you need nginx config optimization

hire a server admin who has experience with serving big files with nginx

mario19xx
Posts: 21
Joined: Dec 20, 2009 5:51 pm

#3 Postby mario19xx » Aug 10, 2014 7:57 am

yes... is configuration problem. i solve it by increase worker processes.

core x thread + 1. and for moment is ok, nginx use full server bandwitch.

Thanks you.