Commit 6587c5d5 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Fix typo in example

parent 7427be86
......@@ -152,7 +152,7 @@ Here we override the TTL of a object comming from the backend if it
matches certain criteria:::
sub vcl_fetch {
if (beresp.url ~ "\.(png|gif|jpg)$") {
if (req.url ~ "\.(png|gif|jpg)$") {
unset beresp.http.set-cookie;
set beresp.ttl = 3600;
}
......
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