manifest / performance / varnish-extended
Varnish Extended
Extends Varnish HTTP Purge to purge the cache on multiple backends.
★ 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.zipAlso on Packagist as wearerequired/varnish-extended:
composer require wearerequired/varnish-extendedFrom 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
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.