FRiCKLE / ngx_cache_purge

nginx module which adds ability to purge content from FastCGI, proxy, SCGI and uWSGI caches.
http://labs.frickle.com/nginx_ngx_cache_purge/
Other
1.06k stars 310 forks source link

Update doc's explaining that 404 is by design #42

Open deweydb opened 8 years ago

deweydb commented 8 years ago

I got stuck for a while wondering why i was getting 404s when testing the cache purge via CURL. Then i realized that if there is no cached doc for that url, then you get a 404. It should mention this somewhere in the docs so people don't get confused.

larssn commented 8 years ago

Thanks. Was wondering what was going on with all those 404s.