atom feed4 messages in ru.sysoev.nginxRe: Proxy_cache recursive update.
FromSent OnAttachments
atrusFeb 21, 2012 12:13 am 
atrusFeb 21, 2012 6:12 am 
Valentin V. BartenevFeb 21, 2012 7:29 am 
atrusFeb 21, 2012 7:51 pm 
Subject:Re: Proxy_cache recursive update.
From:Valentin V. Bartenev (ne@vbart.ru)
Date:Feb 21, 2012 7:29:55 am
List:ru.sysoev.nginx

On Tuesday 21 February 2012 12:14:26 atrus wrote:

Hi guys,

I know that nginx proxy_cache is based on url (page). The cache file is something like this : ./c/a00b4dce27af1b06075339f598a4050c and it includes all the content of that page : text, image, banner, ...

Suppose that I have a site map (on real server) like this : /page1.html /page2.html /page3.html /banner.jpeg

all the three pages are include the banner.jpeg by tag <img ...

The problem is, when I update the banner.jpeg with a new one (same file name) on the real server, and I've updated the cached file banner.jpeg on cached server (remove that cache file), but when I surf the page1.html on cache server, it's still include the old banner.jpeg :(

Do you mean, browser still include the old banner.jpeg? So, that's browser
cache, not nginx.