Hi there, I am trying to exclude ( bypass ) the wordpress homepage of a site from cache in redis. I was trying to edit the configuration file adding this code: if ($request_uri ~* "/index|/index\.html") { set $skip_cache 1; } into this: in...