Commit cb86f7ef authored by Kristian Lyngstol's avatar Kristian Lyngstol

doc: Change 3600 to 1h

Thanks to askalski.

closes #867
parent eda2f191
......@@ -154,7 +154,7 @@ matches certain criteria:::
sub vcl_fetch {
if (req.url ~ "\.(png|gif|jpg)$") {
unset beresp.http.set-cookie;
set beresp.ttl = 3600;
set beresp.ttl = 1h;
}
}
......
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