Open faejr opened 6 years ago
The repo contains libnginx-mod-http-cache-purge
right now, which seems to be based on this repo:
https://github.com/FRiCKLE/ngx_cache_purge/
I guess it may be good if it were to be updated to this fork:
https://github.com/nginx-modules/ngx_cache_purge/
I've gotten the old one to work though.
It would be great to have
ngx_http_cache_purge
as a dynamic module that we can load to make it easier to purge the cache over http.I tried compiling a dynamic module myself using the following fork: nginx-modules/ngx_cache_purge and it seems to be working with no issues, however it's rather inconvenient to recompile it each time nginx is updated on the PPA.