Caching servers in Local ISPs !!
itpp2012
nginx-forum at nginx.us
Tue May 27 13:00:43 UTC 2014
I'm not seeing where you determine if a file is present on an edge system,
the try_files directive allows you to redirect or not (locally present or
not). I don't really see a point for using (proxy)cache, the file is present
or it is not.
location / {
try_files $uri @getfrom_origin;
}
location @getfrom_origin {
proxy_pass ......;
}
Posted at Nginx Forum: http://forum.nginx.org/read.php?2,249997,250393#msg-250393
More information about the nginx
mailing list