Fastly cache purger for the Blitz plugin for Craft CMS.
-
Install the plugin with
composer require mango-chutney/craft-blitz-fastly
or from the plugin store -
Select the purger under the
Reverse Proxy Purging
tab in your Blitz settings and configure with your Fastly API key and service ID
Or configure in your config/blitz.php
file
'cachePurgerType' => 'mangochutney\blitzfastly\FastlyPurger',
'cachePurgerSettings' => [
'apiKey' => 'FASTLY_API_TOKEN',
'serviceId' => 'FASTLY_SERVICE_ID',
],