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)

This commit is contained in:
Oskar Roesler 2022-08-15 15:31:34 +02:00 committed by GitHub
parent 6129c5dfbf
commit a492fdcabb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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";
}