nginx-modules / ngx_cache_purge

nginx module which support to purge ngx_http_(fastcgi|proxy|scgi|uwsgi)_module cache backend
Other
208 stars 33 forks source link

purge with wildcard return always 200 #34

Open midorinet opened 3 years ago

midorinet commented 3 years ago

Hi

i tried to purge content with /images.jpg*

But it's always return 200 instead of 412 if the cache is not available

is it expected? Or is there any way to achieve that just like normal cache?