Commit 1a25542f authored by Per Buer's avatar Per Buer

Another error/synth.

parent 7f5dbd31
......@@ -37,7 +37,7 @@ following VCL in place::
if (req.method == "PURGE") {
if (!client.ip ~ purge) {
error 405 "Not allowed.";
return(synth(405,"Not allowed.");
}
# jump to hit/miss
return (purge);
......
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