We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18be2db commit b3d08b5Copy full SHA for b3d08b5
core/performance.md
@@ -77,9 +77,9 @@ Set up HTTP cache invalidation in your API Platform project using the Symfony or
77
api_platform:
78
http_cache:
79
invalidation:
80
- # We assume that your API can reach your caddy instance by the hostname http://caddy.
+ # We assume that your API can reach your caddy/frankenphp instance by the hostname http://php.
81
# The endpoint /souin-api/souin is the default path to the invalidation API.
82
- urls: ['http://caddy/souin-api/souin']
+ urls: ['http://php:2019/souin-api/souin']
83
purger: api_platform.http_cache.purger.souin
84
```
85
0 commit comments