Commit 107a46cb authored by Nils Goroll's avatar Nils Goroll

fix example

parent 7e43f650
......@@ -49,7 +49,7 @@ roughly equivalent if ``myself`` resolves to the local node
sub vcl_init {
# same as above, plus
new cluster = cluster.cluster(shard,
new cluster = cluster.cluster(shard.backend(),
deny = myself,
real = real.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