Commit 1db617d1 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp Committed by Lasse Karstensen

White space nit

parent 2ce0a6a8
......@@ -7,7 +7,7 @@ server s1 {
varnish v1 -vcl+backend {
sub vcl_backend_response {
set beresp.http.x-ttl = beresp.ttl;
set beresp.http.x-ttl = beresp.ttl;
}
sub vcl_hit {
set req.http.x-remaining-ttl = obj.ttl;
......
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