nginx proxy cache support contional request( If-Modified-Since)
    冯顾 
    flygoast at 126.com
       
    Wed Nov 21 14:12:25 UTC 2012
    
    
  
No. 
When the cache expires, the nginx will fetch it from backend. For saving bandwidth,  I want to add 'If-Modified-Since' header to the request,
so if the content is not modified, the backend will give a 304 response without body. 
在 2012-11-21 16:36:06,"chen cw" <crk_world at yahoo.com.cn> 写道:
do proxy_cache and proxy_store meets your requirement?
On Wed, Nov 21, 2012 at 7:53 AM, 冯顾 <flygoast at 126.com> wrote:
Hi, 
I'm using nginx as a reverse proxy with cache. My content almost never changes. So I want to use a conditional GET request when fetch content from backend.
However, nginx don't support it. Who have a such patch for it? Can give me? Thanks. 
PS, I want to know someday nginx will implement it or refuse to implement it?
Thank you.
_______________________________________________
nginx-devel mailing list
nginx-devel at nginx.org
http://mailman.nginx.org/mailman/listinfo/nginx-devel
--
--
Charles Chen
Software Engineer
Server Platforms Team at Taobao.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.nginx.org/pipermail/nginx-devel/attachments/20121121/fc7c846e/attachment.html>
    
    
More information about the nginx-devel
mailing list