User Tools

Site Tools


varnish_purge

This is an old revision of the document!


Curl Purge

curl -X PURGE example.com
This 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)

Except where otherwise noted, content on this wiki is licensed under the following license: Public Domain
Public Domain Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki