I have an nginx server configured as a reverse proxy that is working fine.
However I am serving up large MP4 files and there is a very long delay since the nginx server has to download the entire file from the (slow) provider.
Is there any way to configure nginix to begin sending large files immediately without waiting for them to fully download into the cache?