"proxy_ignore_client_abort off" does not always cancel the dowloading from upstream if connection to the client is lost - it continues to download and caches the file.
This can cause huge bandwidth overhead if the proxied files are huge (e.g. videos, ...)
Feature request:
If the connection to the client is canceled before a specific threshold, the connection to upstream should be closed as well and the file should be discarded.
Example:
proxy_ignore_client_abort 10%;
or:
proxy_ignore_client_abort 0.10;