Re: proxy_cache_bypass and proxy_no_cache

Another option is to use an if.

set $dont_cache 0;

if ($cookie_no_cache) {
set $dont_cache 1;
}

–appa

amodpandey [email protected] a écrit :