Re: Wildcard proxy_cache_purge doesn't work
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
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