the main problem is here
when i change max_ranges to 0
for example i want to disable range request header ! , or multipart download
, or resemble download !
nginx ignore that
i dont know why .
i need limit it to 2 connection.
but no value effective on this directive :(
nginx ignore it ...
Pos
hi ,
we are under heavy request storm .
i seted
max_ranges 0;
to stop multirange requests "multipart download"
but it not working i see 10 concurrent download follow in each file .
i need to limit this value to 2 maximum range request per file.
i usig aio threads.
any way any body help me to fi