Igor Sysoev <igor at ...> writes: > You may bypass cache using "Some-Secret-Header: 1" in a request and setting: > proxy_no_cache $http_some_secret_header; > The response may be cached. Aha! Works great. I thought that would by-pass the cache in both directions. :) I've updated the documentation on proxy_no_cache on wiki.nginx.org. Ole