Commit 8dd2a4c4 authored by Tollef Fog Heen's avatar Tollef Fog Heen

Add missing + in docs

Thanks to Jeff Williams for pointing this out.
parent 9a27210a
......@@ -146,7 +146,7 @@ You can use the following template to write ban lurker friendly bans::
if (client.ip !~ purge) {
error 401 "Not allowed";
}
ban("obj.http.x-url ~ " req.url); # Assumes req.url is a regex. This might be a bit too simple
ban("obj.http.x-url ~ " + req.url); # Assumes req.url is a regex. This might be a bit too simple
}
}
......
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