WP Manifestindependent plugin directory
manifest / performance / varnish-extended

Varnish Extended

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

by required · github.com/wearerequired/varnish-extended

0stars
3.7kcomposer installs
0forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/wearerequired/varnish-extended/archive/refs/heads/master.zip

Also on Packagist as wearerequired/varnish-extended:

composer require wearerequired/varnish-extended

From the readme

Varnish Extended Extends Varnish HTTP Purge to purge the cache on multiple backends. Installation 1. Install the plugin. 1. Define VARNISHBACKENDS in your wp-config.php file. Example: define( 'VARNISHBACKENDS', [ '127.0.0.1:6081', '127.0.0.2:6081' ] );. Or use the varnishextended.varnishbackends filter.

Read the full README on GitHub →

Releases

TagPublished
1.0.1 Jan 13, 2018
1.0.0 Dec 8, 2017

These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.