Commit ec13b936 authored by Andreas Plesner's avatar Andreas Plesner

Fix example, since req.* isn't available in vcl_backend_response

parent b241f613
......@@ -122,7 +122,7 @@ object is not available in the `ban lurker` thread.
You can use the following template to write `ban lurker` friendly bans::
sub vcl_backend_response {
set beresp.http.x-url = req.url;
set beresp.http.x-url = bereq.url;
}
sub vcl_deliver {
......
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