You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Resources/doc/reference/configuration/proxy-client.rst
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -237,6 +237,8 @@ HTTP method for sending purge requests to the Symfony HttpCache. Make sure to
237
237
configure the purge plugin for your HttpCache with the matching header if you
238
238
change this.
239
239
240
+
.. _configuration_cloudflare:
241
+
240
242
cloudflare
241
243
----------
242
244
@@ -274,6 +276,8 @@ Identifier for the Cloudflare zone you want to purge the cache for.
274
276
List of Cloudflare API endpoints to use for purging the cache. You can use this to specify a different
275
277
endpoint for testing purposes.
276
278
279
+
.. _configuration_cloudfront:
280
+
277
281
cloudfront
278
282
----------
279
283
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 +326,7 @@ Service identifier of a `AsyncAws\CloudFront\CloudFrontClient` client. More info
322
326
`AWS Async documentation_`. It can not be used with the ``configuration`` option.
0 commit comments