我所理解的proxy_cache只能通过将传入的请求标题更改为像Cache-Control':'no-cache'这样的somte来禁用。这似乎不适合我,有没有办法完全缓解该代理的缓存?
proxy_cache off没有工作,响应头总是这样回来:
Cache-Control max-age = 86400
连接保持活力
Content-Type text / plain
日期星期一,2012年3月19日19:42:28 GMT
到期日,2012年3月20日19:42:28 GMT
服务器nginx / 0.7.65
转移编码分块
Aldo我正在代理的请求是从node.js服务器传来的,所以我需要启用“流媒体”
由于
答案 0 :(得分:27)
只需在我的代理位置块中设置expires off;
..