Update syntax for 3.0

parent 872c4781
...@@ -69,7 +69,7 @@ can be enabled in VCL::: ...@@ -69,7 +69,7 @@ can be enabled in VCL:::
sub vcl_fetch { sub vcl_fetch {
if (beresp.status == 500) { if (beresp.status == 500) {
set beresp.saintmode = 10s; set beresp.saintmode = 10s;
restart; return(restart);
} }
set beresp.grace = 5m; set beresp.grace = 5m;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment