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_purgeis inherited. - Preserved separate-location purge configuration in
ifblocks. - Added regression coverage for inherited configuration and cache key handling.
See #69 for the full change set.