Closed techieshark closed 1 year ago
Hi @techieshark
Are you able to confirm that ngx_cache_purge is actually working in this project?
You can confirm purge is working by going to domain.tld/some-url/purge/
Have you thought about looking for alternatives?
I didn't realize things were that stale but maybe I can look at https://github.com/nginx-modules/ngx_cache_purge as an alternative?
Closing due to inactivity.
Hi,
I'm just experimenting with your project which seems interesting (thanks!).
I've just noticed this line: https://github.com/demyxco/nginx/blob/5ebf30ea29b448497fd0a11b1733e4efb5abb122/Dockerfile#L171
and I wonder if you were aware of this conversation with the maintainer:
https://github.com/FRiCKLE/ngx_cache_purge/issues/39#issuecomment-467646698
So I suppose my questions are:
1) Are you able to confirm that
ngx_cache_purge
is actually working in this project? or 2) Have you thought about looking for alternatives?(Offtopic sidenote: I feel like some general docs on how to use
demyx
would help? :))