Purge not working
-
Hi, i’m running a very specific deployment of wordpress + varnish.
Everything works fine but purges.
I did a simple test:curl -X PURGE “https://myglob.example.com/” -H ‘X-Purge-Method:exact’
<?xml version=”1.0″ encoding=”utf-8″?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Strict//EN”
“https://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd”>
<html>
<head>
<title>200 Purged.</title>
</head>
<body>
<h1>Error 200 Purged.</h1>
<p>Purged.</p>
<h3>Guru Meditation:</h3>
<p>XID: 1355274790</p>
<hr>
<p>Varnish cache server</p>
</body>
</html>But if i post a blog or try purge via plugin it doesn’t works besides plugin message: varnish purge flushed!
I even can find PURGE requests on varnish log, what should i test? I’m wondering if wordpress is actually sending purge request.
There’s is a way to debug it?
- The topic ‘Purge not working’ is closed to new replies.