proxy_cache_bypass: How to make "Cache-Control: no-cache" clear old cached response?

2021-11-30 Thread Gabriel Finkelstein
Triggering proxy_cache_bypass on a request that was previously cached, will serve a fresh response from upstream. But if that response now returns a Cache-Control: no-cache header, the old cached response is not replaced nor cleared. Which means that subsequent requests that do not trigger prox

Re: X-Frame-Options in nginx to allow certain subdomain

2021-11-30 Thread Francis Daly
On Sat, Nov 27, 2021 at 11:26:44AM -0300, Daniel Armando Rodriguez wrote: > El 2021-11-26 20:30, Francis Daly escribió: > > On Fri, Nov 26, 2021 at 04:04:46PM -0300, Daniel Armando Rodriguez > > wrote: > > > El 2021-11-26 11:19, Francis Daly escribió: > > > > On Fri, Nov 26, 2021 at 08:43:58AM -030