Commit df8c0544 authored by Per Buer's avatar Per Buer

comment the VCL for clarity

parent a66b2ffb
......@@ -39,6 +39,7 @@ following VCL in place::
if (!client.ip ~ purge) {
error 405 "Not allowed.";
}
# jump to hit/miss
return (lookup);
}
}
......@@ -133,7 +134,7 @@ object is not available in the ban lurker thread.
You can use the following template to write ban lurker friendly bans::
sub vcl_fetch {
sub vcl_backend_response {
set beresp.http.x-url = req.url;
}
......
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