Hello
agentzh,
First thanks for all your effort for OpenResty.
I'm trying to be able to use multiple caches for one request but without proxying further. Let say I have defined 3 cache paths
1. cashe1 in ramdisk
2. cashe2 in SSD
3. cashe3 in SATA
could it be possible, some how, to use those there in a prioritized order in one location definition (by location capture for example) such as, first look cash1, if not found look cash2, if not found look cash3, if not found proxy_pass request.
I'm not sure that I make myself clear.
Thanks for your time and quick response