Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wearerequired/varnish-extended

Extends Varnish HTTP Purge to purge the cache on multiple backends.
https://github.com/wearerequired/varnish-extended

varnish varnish-cache wordpress wordpress-plugin

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# Varnish Extended

Extends [Varnish HTTP Purge](https://wordpress.org/plugins/varnish-http-purge/) to purge the cache on multiple backends.

## Installation

1. Install the plugin.
1. 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.