We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44435e commit a05c1aeCopy full SHA for a05c1ae
cdn.py
@@ -8,3 +8,4 @@ def fastly_purge(*args):
8
"Purge items from Fastly, eg \"/one,/two,/three\""
9
for path in args:
10
run("curl -s -X PURGE -H 'Host: www.gov.uk' http://www-gov-uk.map.fastly.net%s" % path.strip())
11
+ run("curl -s -X PURGE -H 'Host: assets.digital.cabinet-office.gov.uk' http://www-gov-uk.map.fastly.net%s" % path.strip())
0 commit comments