Closed DMorgado closed 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
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:
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