wearerequired / varnish-extended
WordPress plugin to extend Varnish HTTP Purge to purge the cache on multiple backends.
Package info
github.com/wearerequired/varnish-extended
Type:wordpress-plugin
pkg:composer/wearerequired/varnish-extended
1.0.1
2017-12-08 10:46 UTC
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2026-02-10 09:30:19 UTC
README
Extends Varnish HTTP Purge to purge the cache on multiple backends.
Installation
- Install the plugin.
- Define
VARNISH_BACKENDSin your wp-config.php file. Example:define( 'VARNISH_BACKENDS', [ '127.0.0.1:6081', '127.0.0.2:6081' ] );. Or use thevarnish_extended.varnish_backendsfilter.