Delete default.vcl

This commit is contained in:
Manevolent 2023-04-24 15:51:52 -06:00 committed by GitHub
parent fe94c71f15
commit efa17ce9bb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,17 +0,0 @@
vcl 4.1;
backend nurd_matrix {
.host = "127.0.0.1";
.port = "8080";
.connect_timeout = 60s;
.first_byte_timeout = 60s;
.between_bytes_timeout = 60s;
.probe = {
.url = "/";
.interval = 5s;
.timeout = 1 s;
.window = 5;
.threshold = 3;
.initial = 1;
}
}