Commit 75f8e5ec authored by Federico G. Schwindt's avatar Federico G. Schwindt

And fix previous commit

I could have sworn I ran make check before pushing it.
parent d9e16c97
......@@ -65,15 +65,3 @@ varnish v1 -errvcl {Invalid return "deliver"} {
return (deliver);
}
}
varnish v1 -errvcl {directors are now in directors VMOD} {
backend b { .host = "127.0.0.1"; }
director d1 random {
.backend b;
}
sub vcl_recv {
set req.backend = d1;
}
}
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