Fix include path in example

parent 07b4eb31
...@@ -47,7 +47,7 @@ backend default { ...@@ -47,7 +47,7 @@ backend default {
# #
# * change IPs # * change IPs
include "vshard_probe.inc.vcl"; include "cluster/vshard_probe.inc.vcl";
backend varnish-1 { backend varnish-1 {
.host = "127.0.1.1"; .host = "127.0.1.1";
...@@ -96,7 +96,7 @@ sub vcl_init { ...@@ -96,7 +96,7 @@ sub vcl_init {
new vcluster_ttl = constant.duration(5m); new vcluster_ttl = constant.duration(5m);
} }
include "vshard.inc.vcl"; include "cluster/vshard.inc.vcl";
# return (synth(404)) here for manual control as in the example # return (synth(404)) here for manual control as in the example
# #
......
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