Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Ipstenu (Mika Epstein)

    (@ipstenu)

    🏳️‍🌈 Advisor and Activist

    From the FAQ:

    Why isn’t the whole cache purge working?

    The plugin sends a PURGE command of /.* and X-Purge-Method in the header with a value of regex. If your Varnish server doesn’t doesn’t understand the wildcard, you can configure it to check for the header.

    So most likely, you don’t have regex set up on Varnish, so it can’t do a full purge.

    You can test via commandline with this:

    curl -X PURGE "http://yourdomain.com/.*"

    If THAT works and flushes it all, you have regex 🙂

    Thread Starter toby1kenobi

    (@toby1kenobi)

    That was it, thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘'Purge varnish' not working, saving posts/pages does purge’ is closed to new replies.