Commit e158f956 authored by Nils Goroll's avatar Nils Goroll

add an example vcl

parent 0de9d67c
......@@ -61,7 +61,7 @@ typeset -i i
for((i=1; i<=3; i++)) ; do
# nutch the kernel to choose the source ip we want
sudo ifconfig lo:${i} 127.0.1.${i}/32 up
varnishd -F -p vcl_path="${base}" -f "${base}/vshard.example.vcl" \
varnishd -F -p vcl_path="${base}"/../vcl -f "${base}/vshard.example.vcl" \
-a 127.0.1.${i}:8080 -n varnish-${i} -i varnish-${i} &
pids+=($!)
done
......
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