Skip to content

mango-chutney/craft-blitz-fastly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published