FRiCKLE/ngx_cache_purge
nginx module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches. observed · 2026-08-28
Health v2 · maintenance only
32/100
- Activity 0
- Release rhythm 35
- Longevity 100
Flags: no_releases no_license
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.
- gap_med: n/a
- age_days: 6079
- days_rel: n/a
- days_push: 1290
- n_releases_24m: 0
Adoption not part of the score
1094 stars · 319 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
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
plugin · maturity maintenance
caching http-server middleware web-development backend performance self-hosted cross-platform nginx-module cache-purge fastcgi proxy-cache uwsgi scgi linux web-server
2 sources
- readme: https://github.com/FRiCKLE/ngx_cache_purge · fetched 2026-08-28 · 9b6af9231d90
- homepage: http://labs.frickle.com/nginx_ngx_cache_purge/ · fetched 2026-08-29 · 5d28befda022
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| FRiCKLE/ngx_cache_purge | main | 32 |
For agents
markdown · JSON · MCP: product_card(name="FRiCKLE/ngx_cache_purge")
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem