From a492fdcabb32f89af2990bf1076f8ef35327a2e9 Mon Sep 17 00:00:00 2001 From: Oskar Roesler Date: Mon, 15 Aug 2022 15:31:34 +0200 Subject: [PATCH] Varnish config: replace hostname piped with hostname piped-backend to clearly use the appopriate hostname to avoid problems with the docker-magic and prevent confusion after hostname changes. (#19) --- template/default.vcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template/default.vcl b/template/default.vcl index 2cb3b70..89f0fb7 100644 --- a/template/default.vcl +++ b/template/default.vcl @@ -1,5 +1,5 @@ vcl 4.0; backend default { - .host = "piped:8080"; + .host = "piped-backend:8080"; }