项目作者: wearerequired

项目描述 :
Extends Varnish HTTP Purge to purge the cache on multiple backends.
高级语言: PHP
项目地址: git://github.com/wearerequired/varnish-extended.git
创建时间: 2017-04-19T10:19:33Z
项目社区:https://github.com/wearerequired/varnish-extended

开源协议:GNU General Public License v2.0

下载


Varnish Extended

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

Installation

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