Re: Wildcard proxy_cache_purge doesn't work

2014-06-02 Thread Ventzy
I see. Thank you. Posted at Nginx Forum: http://forum.nginx.org/read.php?2,250519,250558#msg-250558 ___ nginx mailing list nginx@nginx.org http://mailman.nginx.org/mailman/listinfo/nginx

Re: Wildcard proxy_cache_purge doesn't work

2014-05-31 Thread Kurt Cancemi
Hello, I think this is only supported in the commercial edition of nginx. You are using the ngx_cache_purge module see here , which doesn't support wildcard urls. --- Kurt Cancemi http://www.getwnmp.org On Sat, May 31, 2014 at 12:4

Wildcard proxy_cache_purge doesn't work

2014-05-31 Thread Ventzy
I have cache setup like this: proxy_cache_path /var/cache/nginx levels=1:2 keys_zone=pagecache:10m; location / { ... proxy_cache pagecache; proxy_cache_key "$scheme://$host$request_uri"; } And it works as expected. I want cache purging and it works for single url, but not for wildcard url