Skip to content

Commit 6c0deed

Browse files
committed
link to fastly client documentation
1 parent 9a7b7ce commit 6c0deed

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

Resources/doc/features/invalidation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,9 @@ Invalidation
66
* :ref:`Varnish <foshttpcache:varnish configuration>`
77
* :ref:`Nginx <foshttpcache:nginx configuration>` (except regular expressions)
88
* :doc:`symfony-http-cache` (except regular expressions)
9-
* Fastly (except regular expressions)
9+
* :ref:`Fastly <foshttpcache:fastly configuration>` (except regular expressions)
10+
* :ref:`configuration_cloudflare`
11+
* :ref:`configuration_cloudfront`
1012

1113
**Preparation**:
1214

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -237,6 +237,7 @@ HTTP method for sending purge requests to the Symfony HttpCache. Make sure to
237237
configure the purge plugin for your HttpCache with the matching header if you
238238
change this.
239239

240+
.. _configuration_cloudflare:
240241
cloudflare
241242
----------
242243

@@ -274,6 +275,7 @@ Identifier for the Cloudflare zone you want to purge the cache for.
274275
List of Cloudflare API endpoints to use for purging the cache. You can use this to specify a different
275276
endpoint for testing purposes.
276277

278+
.. _configuration_cloudfront:
277279
cloudfront
278280
----------
279281
Talking to AWS cloudfront requires the ``jean-beru/fos-http-cache-cloudfront`` library. You need to require this dependency before you can configure the ``cloudfront`` proxy client.
@@ -322,7 +324,7 @@ Service identifier of a `AsyncAws\CloudFront\CloudFrontClient` client. More info
322324
`AWS Async documentation_`. It can not be used with the ``configuration`` option.
323325

324326
Fastly
325-
----------
327+
------
326328
.. code-block:: yaml
327329
328330
# config/packages/fos_http_cache.yaml

0 commit comments

Comments
 (0)