1

为了调试方便有时我们需要禁用缓存,而后端的proxy或者cgi程序设置了缓存相关的header,我们可以通过配置nginx的proxy_ignore_headers来禁用缓存

bashproxy_ignore_headers X-Accel-Expires Expires Cache-Control Set-Cookie; 

MrRightLeft_秦磊
244 声望13 粉丝

不知道写什么