<html><body><div style="font-family: arial, helvetica, sans-serif; font-size: 12pt; color: #000000"><div>We are using nginx plus. We have caching configured for a few endpoints, one which is similar to the following:</div><div><br data-mce-bogus="1"></div><div>document/{id}/report</div><div><br data-mce-bogus="1"></div><div>I would like to purge all items cached under that endpoint, but executing a purge request like the following does not purge anything:</div><div><br data-mce-bogus="1"></div><div>document/*/report</div><div><br data-mce-bogus="1"></div><div>We have other endpoints where mass purges work fine, but they have the * at the end of the URL instead of the middle.</div><div><br data-mce-bogus="1"></div><div>So I have 2 questions:</div><div><br data-mce-bogus="1"></div><div>1). Does nginx only support wildcards at the end of the URL for cache-purging purposes?</div><div>2). Is there some other way I can accomplish a mass purge here?</div></div></body></html>