Skip to content

Commit 521e8ef

Browse files
authored
fix bullet lists in doc
1 parent 4308b57 commit 521e8ef

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Resources/doc/reference/configuration/proxy-client.rst

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ Use this option only when using a variable amount of proxy servers that shall be
8888
environment variable. Otherwise use the regular ``http.servers`` option.
8989

9090
Usage:
91+
9192
* ``fos_http_cache.yaml``: ``servers_from_jsonenv: '%env(json:VARNISH_SERVERS)%'``
9293
* environment definition: ``VARNISH_SERVERS='["123.123.123.1:6060","123.123.123.2"]'``
9394

@@ -151,8 +152,9 @@ default ``xkey-softpurge``.
151152
Header for sending tag invalidation requests to Varnish.
152153

153154
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.
156158

157159
See the :ref:`FOSHttpCache library docs <foshttpcache:varnish configuration>`
158160
on how to configure Varnish to handle tag invalidation requests.

0 commit comments

Comments
 (0)