Skip to content

Instantly share code, notes, and snippets.

@fliphess
Created November 25, 2015 09:02
Show Gist options
  • Save fliphess/9b1190335d22311037c2 to your computer and use it in GitHub Desktop.
Save fliphess/9b1190335d22311037c2 to your computer and use it in GitHub Desktop.
Purge varnish on byte using cURL
curl -X PURGE --header 'Host: www.domein.nl' http://<loadbalancer ip>/.* -A "UserAgentString"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment