varnish_purge
This is an old revision of the document!
Curl Purge
curl -X PURGE example.comThis command will only work if you have acl_purge to allow the IP address to purge:
acl purge {
"localhost";
"127.0.0.1";
"163.172.209.217";
}
This prevents anyone purging someone elses cache.
Purge with varnishd command
varnish_purge.1474107223.txt.gz · Last modified: 2024/05/23 07:26 (external edit)
