Commit 67a2b864 authored by Nils Goroll's avatar Nils Goroll

new vmod 1-2-3

parent 26e750f0
......@@ -107,3 +107,15 @@ COMMON PROBLEMS
Make sure you build this vmod against its correspondent Varnish Cache version.
For instance, to build against Varnish Cache 4.1, this vmod must be built from
branch 4.1.
START YOUR OWN VMOD
===================
The basic steps to start a new vmod from this example are::
name=myvmod
git clone libvmod-example libvmod-$name
cd libvmod-$name
./rename-vmod-script $name
and follow the instructions output by rename-vmod-script
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