FRiCKLE Labs & yo.se pres. ngx_cache_purge

Piotr Sikora piotr.sikora at frickle.com
Wed Jun 16 19:27:19 MSD 2010


Hi,
You don't have any purge location, so this can't work. Please add:

location ~ /purge(/.*) {
  proxy_cache_purge  cache1  $host$1$is_args$args;
}

*before* "location ~ .*\.(jpg|gif)$".

Best regards,
Piotr Sikora < piotr.sikora at frickle.com >
 



More information about the nginx mailing list