Commit 27be45a6 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

vtc: Whitespace OCD

parent 1e09f422
...@@ -48,8 +48,8 @@ varnish v1 -vcl { ...@@ -48,8 +48,8 @@ varnish v1 -vcl {
.window = 2; .window = 2;
.threshold = 1; .threshold = 1;
.initial = 0; .initial = 0;
}
} }
}
sub vcl_backend_response { sub vcl_backend_response {
set beresp.ttl = 1s; set beresp.ttl = 1s;
set beresp.grace = 1m; set beresp.grace = 1m;
......
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