<div dir="ltr">Hi,<div><br></div><div>   We're using Nginx to serve videos on one of our Storage server(contains mp4 videos) and due to high amount of requests we're planning to have a separate caching Node based on Fast SSD drives to serve "Hot" content in order to reduce load from Storage. We're planning to have following method for caching :<br><br></div><div>If there are exceeding 1K requests for <a href="http://storage.domain.com/test.mp4">http://storage.domain.com/test.mp4</a> , nginx should  construct a Redirect URL for rest of the requests related to test.mp4 i.e <a href="http://cache.domain.com/test.mp4">http://cache.domain.com/test.mp4</a> and entertain the rest of requests for test.mp4 from Caching Node while long tail would still be served from storage.</div><div><br></div><div>So, can we achieve this approach with nginx or other like varnish ?<br><br>Thanks in advance.<br><br>Regards.</div><div>Shahzaib<br><br><br></div></div>