摘要: 前两天发现一个问题,当使用proxy_pass的时候,发现域名对应IP是缓存的,这样一旦VIP变化之后,就会报错,下面就来详细分析一下这个问题。一、问题说明 location = /test { internal; no_error_pages; proxy_pass_request_headers off; proxy_pass 'http://www.taobao.com/test/router/rest'; } 大家应该知道,这是向http://www.taobao.com/test/router/rest发送请求,其实是向202.108.250.25... 阅读全文
posted @ 2014-01-03 23:31 李秋 阅读(7870) 评论(0) 推荐(0) 编辑