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

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