mirror of
https://github.com/TeamPiped/Piped-Docker.git
synced 2024-12-06 19:16:27 +01:00
6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
vcl 4.0;
|
|
|
|
backend default {
|
|
.host = "piped-backend:8080";
|
|
}
|