Serve stale content if backend is down.
This commit is contained in:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user