nginx module which adds ability to purge cache content
ngx_cache_purge is nginx module which adds ability to purge content from
FastCGI, proxy, SCGI and uWSGI caches.

It is built as a separate dynamic module and should be loaded with:

  load_module modules/ngx_http_cache_purge_module.so;

Maintainer: Robert Nagy <robert@openbsd.org>

WWW: https://github.com/FRiCKLE/ngx_cache_purge
