mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-22 17:00:24 +00:00
Update frontendcache.rst
This commit is contained in:
parent
9dd493ace7
commit
869a16f5fa
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue