Skip to content

Commit e9bef8a

Browse files
committed
Add proxy client config prerequisite
1 parent a10fb57 commit e9bef8a

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Resources/doc/features/invalidation.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
Invalidation
22
============
33

4-
**Prerequisites**: :ref:`configure caching proxy <foshttpcache:proxy-configuration>`.
4+
**Prerequisites**: :ref:`configure caching proxy <foshttpcache:proxy-configuration>`
5+
and :doc:`enable proxy client </reference/configuration/proxy-client>`.
56

67
By *invalidating* a piece of content, you tell your HTTP caching proxy (Varnish
78
or Nginx) to no longer serve it to clients. When next requested, the proxy will

Resources/doc/features/tagging.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Tagging
22
=======
33

44
**Prerequisites**: :ref:`configure caching proxy for tagging <foshttpcache:varnish_tagging>`
5-
(Varnish only).
5+
(Varnish only) and :doc:`enable proxy client </reference/configuration/proxy-client>`.
66

77
If your application has many intricate relationships between cached items,
88
which makes it complex to invalidate them by route, cache tagging will be

0 commit comments

Comments
 (0)