wearerequired / varnish-extended
WordPress plugin to extend Varnish HTTP Purge to purge the cache on multiple backends.
Installs: 3 736
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:wordpress-plugin
Requires
- php: >=7.0
This package is auto-updated.
Last update: 2024-11-10 06:54:15 UTC
README
Extends Varnish HTTP Purge to purge the cache on multiple backends.
Installation
- Install the plugin.
- 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 thevarnish_extended.varnish_backends
filter.