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
1 changed files with 1 additions and 1 deletions

View File

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