statikbe / craft-blitz-varnish
Varnish Cache purger for the Blitz plugin for Craft CMS.
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 1
Open Issues: 1
Language:VCL
Type:craft-plugin
Requires
- craftcms/cms: ^4.0.0
- putyourlightson/craft-blitz: ^4.0.0
This package is auto-updated.
Last update: 2024-11-06 15:45:57 UTC
README
The Varnish Cache Purger allows the Blitz plugin for Craft CMS to intelligently purge cached pages on connected Varnish servers.
Usage
Install the plugin using composer and then install it.
composer require statikbe/craft-blitz-varnish
php craft plugin/install blitz-varnish
You can then select the purger and settings either in the control panel or in config/blitz.php
.
// The purger type to use. 'cachePurgerType' => 'statikbe\blitzvarnish\VarnishCachePurger',
Using Varnish Cache with Craft CMS
How to configure Varnish Cache to work with Craft CMS and your specific project is beyond the scope of this plugin. You can find a basic example configuration here.
Created by statik.be.