6 lines
70 B
Plaintext
6 lines
70 B
Plaintext
|
vcl 4.0;
|
||
|
|
||
|
backend default {
|
||
|
.host = "127.0.0.1";
|
||
|
.port = "8080";
|
||
|
}
|