Commit 212b652e authored by Federico G. Schwindt's avatar Federico G. Schwindt

Typo in BAN configuration

Submitted by:	Clement Gautier via github
parent 9ea22d78
......@@ -103,7 +103,7 @@ You can also add bans to Varnish via HTTP. Doing so requires a bit of VCL::
return(synth(403, "Not allowed."));
}
ban("req.http.host == " + req.http.host +
"&& req.url == " + req.url);
" && req.url == " + req.url);
# Throw a synthetic page so the
# request won't go to the backend.
......
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