mirror of
https://github.com/TeamPiped/Piped-Docker
synced 2025-09-05 21:11:15 +02:00
6 lines
62 B
Plaintext
6 lines
62 B
Plaintext
vcl 4.0;
|
|
|
|
backend default {
|
|
.host = "piped-backend:8080";
|
|
}
|