Hi, Would you care to share with us which caching reverse proxy you are using? If you are using nginx you could probably use http://wiki.nginx.org/HttpProxyModule#proxy_cache.
That said, as long as your reverse proxy support "Etag"s you should be fine, since that's what CouchDB supports. Cheers, Jens On Wed, Jan 22, 2014 at 4:36 PM, Boaz Citrin <[email protected]> wrote: > Hello, > > I am interested in direct communication from clients to CouchDb, but > putting a reverse proxy cache in front for acceleration. > > The issue is that CouchDb always returns "Cache-Control: > must-revalidate" which results the proxy server not to store anything > in cache. > > Any idea how to tweak this? > > Thanks, > > Boaz >
