<div dir="ltr"><div><div>Hello,<br><br></div>      I added the 720p in the location{} and checked it by downloading the single file using wget and got the 500K speed :). <br><br>location ~ -720\.(mp4)$ {<br>                mp4;<br>
                expires 7d;<br>                limit_rate 500k;<br>                root /var/www/html/tunefiles;<br>}<br></div>That worked :). Thanks a lot @francis.<br></div>