From 576bd3763066bdd2e31db3475f87280cacce1031 Mon Sep 17 00:00:00 2001 From: Adrien Dupuis <61695653+adriendupuis@users.noreply.github.com> Date: Fri, 27 Jun 2025 15:35:23 +0200 Subject: [PATCH] parameters.vcl: backend ibexa Rename backend to correspond to https://github.com/ibexa/http-cache/pull/64 --- docker/entrypoint/varnish/parameters.vcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint/varnish/parameters.vcl b/docker/entrypoint/varnish/parameters.vcl index 652211a..92fcd4e 100644 --- a/docker/entrypoint/varnish/parameters.vcl +++ b/docker/entrypoint/varnish/parameters.vcl @@ -1,6 +1,6 @@ // Custom parameters.vcl for docker use -backend ezplatform { +backend ibexa { .host = "web"; .port = "80"; }