File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Resources/doc/reference/configuration Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ Use this option only when using a variable amount of proxy servers that shall be
88
88
environment variable. Otherwise use the regular ``http.servers `` option.
89
89
90
90
Usage:
91
+
91
92
* ``fos_http_cache.yaml ``: ``servers_from_jsonenv: '%env(json:VARNISH_SERVERS)%' ``
92
93
* environment definition: ``VARNISH_SERVERS='["123.123.123.1:6060","123.123.123.2"]' ``
93
94
@@ -151,8 +152,9 @@ default ``xkey-softpurge``.
151
152
Header for sending tag invalidation requests to Varnish.
152
153
153
154
For use with ``tag_mode: purgekeys ``, default VCL supports two options:
154
- - ``xkey-softpurge ``: "Soft purge" by tags, expires relevant cache and allows for grace handling.
155
- - ``xkey-purge ``: Purge by tags, removes relevant cache immediately.
155
+
156
+ * ``xkey-softpurge ``: "Soft purge" by tags, expires relevant cache and allows for grace handling.
157
+ * ``xkey-purge ``: Purge by tags, removes relevant cache immediately.
156
158
157
159
See the :ref: `FOSHttpCache library docs <foshttpcache:varnish configuration >`
158
160
on how to configure Varnish to handle tag invalidation requests.
You can’t perform that action at this time.
0 commit comments