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.

This commit is contained in:
Oskar Roesler (bionade24) 2022-03-20 17:51:08 +01:00
parent 597bdfb23d
commit 845169d32e
No known key found for this signature in database
GPG key ID: 7EAC11ACDBCFBCEB

View file

@ -1,5 +1,5 @@
vcl 4.0; vcl 4.0;
backend default { backend default {
.host = "piped:8080"; .host = "piped-backend:8080";
} }