Re: Doing a mass purge of the cache using a wildcard

2019-10-07 Thread Maxim Dounin
Hello! On Fri, Oct 04, 2019 at 12:25:22PM -0500, Jordan Keith wrote: > We are using nginx plus. Just to make sure you know: contacting support might be a better/faster option if you are using nginx-plus. > We have caching configured for a few endpoints, one which is similar to the > following

Doing a mass purge of the cache using a wildcard

2019-10-04 Thread Jordan Keith
We are using nginx plus. We have caching configured for a few endpoints, one which is similar to the following: document/{id}/report I would like to purge all items cached under that endpoint, but executing a purge request like the following does not purge anything: document/*/report We h