nginx_cache_multipurge icon indicating copy to clipboard operation
nginx_cache_multipurge copied to clipboard

Results 3 nginx_cache_multipurge issues
Sort by recently updated
recently updated
newest added

Hi According to the docs: ``` Request GET /cache/purge/path/to/images/myimage.png to purge that image. Request GET /cache/purge/images/my* to purge all images that start with my in that path. Request GET /cache/purge/*...

Hi, I've tried with first example and it's work fine but with second example, cache does not clear. `#cat /etc/nginx/conf.d/method_map.conf map $cookie_purge_token $purge_cache { default 0; b04f01fc92094bcc43d1cb78adc7836e 1; } `...

When trying to implement cache with example 1, the server always returns response 200 without the content, and when trying to purge the content, the server always returns response 403....