# FRiCKLE/ngx_cache_purge

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

Repository: https://github.com/FRiCKLE/ngx_cache_purge
Canonical: https://ross.abutalabs.com/products/ngx_cache_purge
Homepage: http://labs.frickle.com/nginx_ngx_cache_purge/
Language: C
License: NOASSERTION
License Family: other
Last push: 2023-02-20T07:30:20+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 6079, "days_push": 1290, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1094, forks 319 (observed 2026-08-28T04:03:34.037208+00:00)

## What it is
An nginx module that adds the ability to purge content from nginx's FastCGI, proxy, SCGI and uWSGI caches. It exposes configuration directives like proxy_cache_purge to invalidate cached pages, optionally restricted by IP.

## Use cases
- purge cached pages from nginx proxy cache
- invalidate fastcgi cache entries in nginx
- clear uwsgi cache content via HTTP PURGE method
- restrict cache purging to trusted IPs
- expire stale cached responses after content updates

## When to choose
- you run nginx with proxy/fastcgi/scgi/uwsgi caching and need on-demand cache invalidation
- you want a lightweight, production-ready C module compiled into nginx
- you need IP-restricted PURGE method support

## When to avoid
- you use nginx built-in proxy_cache_purge (available in nginx Plus) or a newer nginx with native support
- you need cache purging for non-nginx caches like Varnish or CDN edges
- you want an actively developed module with frequent updates

## Facets
- artifact type: plugin
- maturity: maintenance
- function: caching, http-server, middleware
- domain: web-development, backend, performance, self-hosted
- platform: cross-platform
- tags: nginx-module, cache-purge, fastcgi, proxy-cache, uwsgi, scgi, linux, web-server

## Member repositories
- FRiCKLE/ngx_cache_purge (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:34.037208+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:47:26.554411+00:00, confidence not recorded.
  - readme: https://github.com/FRiCKLE/ngx_cache_purge (fetched 2026-08-28T04:03:34.037208+00:00, sha 9b6af9231d90)
  - homepage: http://labs.frickle.com/nginx_ngx_cache_purge/ (fetched 2026-08-29T12:50:20.764716+00:00, sha 5d28befda022)
- Data as of 2026-08-30T08:39:29.467469+00:00.
