From 869a16f5fa2d49ed01348317ffed09459cb05f24 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 30 Oct 2014 16:25:15 +0000 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 97aba6b55..2307f2af6 100644 --- a/docs/contrib_components/frontendcache.rst +++ b/docs/contrib_components/frontendcache.rst @@ -46,7 +46,7 @@ If you are using Django version 1.7 or newer, these signal handlers are automati Varnish/Squid ^^^^^^^^^^^^^ -Add an item into the ``WAGTAILFRONTENDCACHE`` and set the ``BACKEND`` parameter to ``wagtail.contrib.wagtailfrontendcache.backends.HTTPBackend``. This backend requires an extra parameter ``LOCATION`` which points to where the cache is running (this must be a direct connection to the server and cannot go through another proxy). +Add a new item into the ``WAGTAILFRONTENDCACHE`` setting and set the ``BACKEND`` parameter to ``wagtail.contrib.wagtailfrontendcache.backends.HTTPBackend``. This backend requires an extra parameter ``LOCATION`` which points to where the cache is running (this must be a direct connection to the server and cannot go through another proxy). .. code-block:: python