<p></p>
<p>To explain further, this is the bit of VCL that chooses the upstream:</p>
<pre><code># Snippet Choose Backend : 100
if ( client.geo.continent_code == "OC" ) {
  set req.backend = australia;
} else if ( client.geo.continent_code == "NA" ||
            client.geo.continent_code == "SA" ) {
  set req.backend = america;
} else {
  set req.backend = europe;
}

  # default conditions
  set req.backend = F_Odin___Amsterdam;
    # end default conditions
</code></pre>
<p>The first bit is my custom VCL which replaces your previous condition based attempt with a version that does better fallback.</p>
<p>But that that choice is overwritten by some fastly generated VCL that I can't work out how to get rid of.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/openstreetmap/openstreetmap-website/pull/2714#issuecomment-662504168">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AAK2OLPSAIQS3ZFURUUPTB3R435H3ANCNFSM4O6Q46SA">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AAK2OLIOE3JEASDCXX6FDJ3R435H3A5CNFSM4O6Q46SKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOE56QF2A.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/openstreetmap/openstreetmap-website/pull/2714#issuecomment-662504168",
"url": "https://github.com/openstreetmap/openstreetmap-website/pull/2714#issuecomment-662504168",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>