From 845169d32ecebd07b734e946a3c35a4e55371bff Mon Sep 17 00:00:00 2001 From: "Oskar Roesler (bionade24)" Date: Sun, 20 Mar 2022 17:51:08 +0100 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. --- 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"; }