valkey-kustom/files/default.vcl
2025-05-27 16:25:20 +02:00

6 lines
70 B
Plaintext

vcl 4.0;
backend default {
.host = "127.0.0.1";
.port = "8080";
}