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