<div dir="ltr"><div>i have a requirement of the proxy cache<br>it's about the path stored in disk<br>because i must do the purge aobut the url path, like that.<br><br><a href="http://hostname/a/b/c">http://hostname/a/b/c</a><br><br>if some chage happened in b,all the subdir of b in cache must be delete.<br>and i change the cache filepath save pattern.<br><br>in the past save like<br>/path/to/cahce/*/****** (* is the hexdump of key md5)<br>and now<br>/path/to/cache/a/b/c/*/*****<br><br>for purge b  ,you can rm all the subdir of b. And the request is bypass for the new cache.<br><br></div>DO this patch is useful for nginx?<br>AND is there some testcases for it,or is some patch standard for nginx ,so I can submit it?<br></div>