Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 558 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 558 Bytes

Blitz Fastly Purger

Fastly cache purger for the Blitz plugin for Craft CMS.

Usage

  1. Install the plugin with composer require mango-chutney/craft-blitz-fastly or from the plugin store

  2. 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',
],