From 2fca6e682eb5d644ece361fcef0a52fcb6cfdf71 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 8 Oct 2014 13:27:51 +0100 Subject: [PATCH] Update frontendcache.rst --- docs/contrib_components/frontendcache.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contrib_components/frontendcache.rst b/docs/contrib_components/frontendcache.rst index cc6bf8fa9..8a36e55f0 100644 --- a/docs/contrib_components/frontendcache.rst +++ b/docs/contrib_components/frontendcache.rst @@ -65,7 +65,7 @@ Finally, make sure you have configured your frontend cache to accept PURGE reque Cloudflare ^^^^^^^^^^ -Firstly, you need to register an account with Cloudflare if you haven't already got one. You can do this here: +Firstly, you need to register an account with Cloudflare if you haven't already got one. You can do this here: `Cloudflare Sign up `_ Add an item into the ``WAGTAILFRONTENDCACHE`` and set the ``BACKEND`` parameter to ``wagtail.contrib.wagtailfrontendcache.backends.CloudflareBackend``. This backend requires two extra parameters, ``EMAIL`` (your Cloudflare account email) and ``TOKEN`` (your API token from Cloudflare).