wearerequired/varnish-extended

WordPress plugin to extend Varnish HTTP Purge to purge the cache on multiple backends.

Installs: 3 735

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:wordpress-plugin

1.0.1 2017-12-08 10:46 UTC

This package is auto-updated.

Last update: 2024-04-10 05:36:29 UTC


README

Extends Varnish HTTP Purge to purge the cache on multiple backends.

Installation

  1. Install the plugin.
  2. Define VARNISH_BACKENDS in your wp-config.php file. Example: define( 'VARNISH_BACKENDS', [ '127.0.0.1:6081', '127.0.0.2:6081' ] );. Or use the varnish_extended.varnish_backends filter.