Serve stale content if backend is down.

This commit is contained in:
2025-04-22 06:04:15 +01:00
parent 9b9f03fc20
commit 8a56607163

View File

@@ -140,13 +140,6 @@
backend default { backend default {
.host = "100.64.229.126"; .host = "100.64.229.126";
.port = "10080"; .port = "10080";
.probe = {
.url = "/";
.timeout = 1s;
.interval = 5s;
.window = 5;
.threshold = 3;
}
} }
sub vcl_backend_response { sub vcl_backend_response {