<div dir="ltr"><div><div><div><div>Hi,<br><br></div>I have been using add_header to send cache status to downstream server or client like this. This is working fine.<br>add_header Cache-Status $upstream_cache_status;<br><br>
</div>Now I tried proxy_set_header to send header to upstream as below.<br>proxy_set_header Cache-Status $upstream_cache_status;<br><br></div>But this could not send headers to upstream backend server. I think we can not use "$upstream_*"  variables to send headers to upstream backend. <br>
<br>Would you suggest me some way to send cache-status to backend upstream server?<br><br></div><div>Thanks,<br></div><div>Makailol<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Fri, Mar 14, 2014 at 9:11 PM, Maxim Dounin <span dir="ltr"><<a href="mailto:mdounin@mdounin.ru" target="_blank">mdounin@mdounin.ru</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hello!<br>
<div><div class="h5"><br>
On Fri, Mar 14, 2014 at 07:35:52PM +0530, Makailol Charls wrote:<br>
<br>
> Hello,<br>
><br>
> I have been using proxy cache of Nginx. It provides response header to<br>
> indicate cache status. Is there some way to forward the cache status (in<br>
> case of miss, expired or revalidate ) to backend upstream server?<br>
<br>
</div></div>The proxy_set_header directive should work, see<br>
<a href="http://nginx.org/r/proxy_set_header" target="_blank">http://nginx.org/r/proxy_set_header</a>.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Maxim Dounin<br>
<a href="http://nginx.org/" target="_blank">http://nginx.org/</a><br>
<br>
_______________________________________________<br>
nginx mailing list<br>
<a href="mailto:nginx@nginx.org">nginx@nginx.org</a><br>
<a href="http://mailman.nginx.org/mailman/listinfo/nginx" target="_blank">http://mailman.nginx.org/mailman/listinfo/nginx</a><br>
</font></span></blockquote></div><br></div>