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 311 forks source link

purge_all #43

Closed DMorgado closed 8 years ago

DMorgado commented 8 years ago

Hello Francisco,

I've been trying to use the features you added to FRiCKLE/ngx_cache_purge, like the purge_all but I'm unable to get it to work.

I'm on Centos 6 and made a nginx rpm from source with this module. With FRiCKLE/ngx_cache_purge version 2.3 it works fine, with this config:

    location ~ /purge(/.*) {
            fastcgi_cache_purge my-cache2 $scheme$request_method$host$1;
    }

But as soon as I try with your version (master) this configuration doesn't work anymore. I get a connection reset from the server. Is this expected? With this configuration what should I change so that it works with your commit changes?

Thanks, best regards