An open API service indexing awesome lists of open source software.

https://github.com/frc/wp-amazon-c3-cloudfront-clear-cache


https://github.com/frc/wp-amazon-c3-cloudfront-clear-cache

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# C3 Cloudfront Cache Controller

Cloudfront cache management based on C3 Cloudfront Cache Controller by AMIMOTO and WP Offload S3 Lite by Delicious Brains

set `define('DISTRIBUTION_ID', 'XXXX')` in wp-config.php

Otherwise install just like any other plugin

## Multiple distributions

If the site is a multisite or has language version-specific domains, you most likely have a distribution for each of them. To define multiple distros, use the format `DISTRIBUTION_ID_[blog id]_[language slug]`

e.g.
`DISTRIBUTION_ID_1_EN` = multisite, main blog selected, english language
`DISTRIBUTION_ID_EN` = no multisite, english language
`DISTRIBUTION_ID_1` = multisite, main blog selected, no language-specific domain