I have limited the download speed on my nginx site with this option:
limit_rate 350k;
Is it possible to do this only if the file size is larger then 10Mb? Thank you.
I have limited the download speed on my nginx site with this option:
limit_rate 350k;
Is it possible to do this only if the file size is larger then 10Mb? Thank you.