transparent purging
This commit is contained in:
parent
11e08c982e
commit
4dbe4daa4b
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ urlencode() {
|
|||
purge() {
|
||||
local api_key="$1"
|
||||
local url="$2"
|
||||
curl -sL -X POST -H "AccessKey: $api_key" "$url"
|
||||
curl -vL -X POST -H "AccessKey: $api_key" "$url"
|
||||
}
|
||||
|
||||
# Function to generate the purge URLs for a given domain, arch, and OS ID
|
||||
|
|
|
|||
Loading…
Reference in a new issue