You are here

force_cache_miss_on_hard_reload_for_admins_recv.html.twig in Fastly 8.3

if ( req.http.Fastly-Client-IP ~ {{ acl }} && req.http.pragma ~ "no-cache" ) {
  set req.hash_always_miss = true;
}

File

fastly_edge_modules/templates/force_cache_miss_on_hard_reload_for_admins_recv.html.twig
View source
  1. if ( req.http.Fastly-Client-IP ~ {{ acl }} && req.http.pragma ~ "no-cache" ) {
  2. set req.hash_always_miss = true;
  3. }