> Most likely reason is that response headers > (Cache-Control, > Expires, presence of Set-Cookie header) disable > caching. > > Maxim Dounin You are right, adding: proxy_ignore_headers Cache-Control Expires; Fixes the problem. Thanks a lot! Posted at Nginx Forum: http://forum.nginx.org/read.php?2,209334,209377#msg-209377