$ cd <cache-dir>
$ rm -f `grep -rl '^KEY: [^/]*<full-path>$' .`
↧
Suresh V: Removing a file from nginx cache
↧
$ cd <cache-dir>
$ rm -f `grep -rl '^KEY: [^/]*<full-path>$' .`