hi all <div><br></div><div>    i use nginx proxy cache to cache file from backend server, and when the cache are timeout, nginx will proxy the first request from client to backend server, and delete the old cache file in nginx</div>
<div><br></div><div>   but , if the backend file are not modified , nginx will not know, and delete the cache also.</div><div><br></div><div>    with squid , it will send an i-m-s header to backend server to confirm that cache need to be update or not </div>
<div><br></div><div>    can you tell me , how could nginx do it ?</div>