在使用memc_nginx+srcache_nginx+memcached时,出现了memcached只缓存响应头,响应主体却丢失了。具体文章参见:《memc_nginx+srcache_nginx+memcached构建透明的动态页面缓存》。
缓存的内容被截断了。
查了些文档是由upstream响应截断时不报错导致的。
解决办法:
1. 打上下面的补丁
https://github.com/agentzh/ngx_openresty/blob/master/patches/nginx-1.4.2-upstream_truncation.patch
2. 使用最新版的nginx
nginx在1.5.3版本修复了这个bug。