Skip to content

Commit

Permalink
fix bullet lists in doc
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Oct 10, 2023
1 parent 4308b57 commit 521e8ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Resources/doc/reference/configuration/proxy-client.rst
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ Use this option only when using a variable amount of proxy servers that shall be
environment variable. Otherwise use the regular ``http.servers`` option.

Usage:

* ``fos_http_cache.yaml``: ``servers_from_jsonenv: '%env(json:VARNISH_SERVERS)%'``
* environment definition: ``VARNISH_SERVERS='["123.123.123.1:6060","123.123.123.2"]'``

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

For use with ``tag_mode: purgekeys``, default VCL supports two options:
- ``xkey-softpurge``: "Soft purge" by tags, expires relevant cache and allows for grace handling.
- ``xkey-purge``: Purge by tags, removes relevant cache immediately.

* ``xkey-softpurge``: "Soft purge" by tags, expires relevant cache and allows for grace handling.
* ``xkey-purge``: Purge by tags, removes relevant cache immediately.

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

0 comments on commit 521e8ef

Please sign in to comment.