Skip to content

ngx_http_cache_purge v3.0.3

Latest

Choose a tag to compare

@denji denji released this 23 Sep 19:29
c8d93de

Bug Fixes

  • Fixed a segfault on PURGE requests in locations without a configured proxy cache; these requests now return 404 safely.
  • Fixed 404 responses for non-PURGE requests when proxy_cache_purge is inherited.
  • Preserved separate-location purge configuration in if blocks.
  • Added regression coverage for inherited configuration and cache key handling.

See #69 for the full change set.