Update frontendcache.rst

This commit is contained in:
Karl Hobley 2014-10-30 16:25:15 +00:00
parent 9dd493ace7
commit 869a16f5fa

View file

@ -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