From 3cade293e13a6f8575063a795a039bea14aeb29b Mon Sep 17 00:00:00 2001 From: darkweak Date: Fri, 30 May 2025 15:46:14 +0200 Subject: [PATCH] Update performance.md Invalidate on the caddy admin endpoint. --- core/performance.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/core/performance.md b/core/performance.md index 1d464561f80..26e9ccaff71 100644 --- a/core/performance.md +++ b/core/performance.md @@ -77,9 +77,9 @@ Set up HTTP cache invalidation in your API Platform project using the Symfony or api_platform: http_cache: invalidation: - # 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. # The endpoint /souin-api/souin is the default path to the invalidation API. - urls: ['http://caddy/souin-api/souin'] + urls: ['http://php:2019/souin-api/souin'] purger: api_platform.http_cache.purger.souin ```