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 2 months ago
JSON representation
Extends Varnish HTTP Purge to purge the cache on multiple backends.
- Host: GitHub
- URL: https://github.com/wearerequired/varnish-extended
- Owner: wearerequired
- License: gpl-2.0
- Created: 2017-04-19T10:19:33.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-12-08T10:48:44.000Z (over 8 years ago)
- Last Synced: 2025-11-27T16:45:45.288Z (7 months ago)
- Topics: varnish, varnish-cache, wordpress, wordpress-plugin
- Language: PHP
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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.