Skip to content

Instantly share code, notes, and snippets.

@lusareal
Created August 31, 2023 11:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lusareal/9e485de2a8bfc697080d134caeb02df4 to your computer and use it in GitHub Desktop.
Save lusareal/9e485de2a8bfc697080d134caeb02df4 to your computer and use it in GitHub Desktop.
Purge cache siteground from commandd line
curl --request PURGE --output /dev/null --insecure --location --write-out '%{http_code}' --url https://website.de/* --silent
curl -X PURGE -o /dev/null -i -L -w "%{response_code}" --url https://website.es/*
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment