Skip to content

Commit b3d08b5

Browse files
authored
Update performance.md (#2166)
Invalidate on the caddy admin endpoint.
1 parent 18be2db commit b3d08b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core/performance.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,9 +77,9 @@ Set up HTTP cache invalidation in your API Platform project using the Symfony or
7777
api_platform:
7878
http_cache:
7979
invalidation:
80-
# We assume that your API can reach your caddy instance by the hostname http://caddy.
80+
# We assume that your API can reach your caddy/frankenphp instance by the hostname http://php.
8181
# The endpoint /souin-api/souin is the default path to the invalidation API.
82-
urls: ['http://caddy/souin-api/souin']
82+
urls: ['http://php:2019/souin-api/souin']
8383
purger: api_platform.http_cache.purger.souin
8484
```
8585

0 commit comments

Comments
 (0)