[master] 7ac9230 Rewrite first paragraph to make it easier to read.
Lasse Karstensen
lkarsten at varnish-software.com
Tue May 13 11:55:59 CEST 2014
commit 7ac92307370a6f2ddce8cba892f6a87251b71ac6
Author: Lasse Karstensen <lkarsten at varnish-software.com>
Date: Tue May 13 11:18:14 2014 +0200
Rewrite first paragraph to make it easier to read.
diff --git a/lib/libvmod_directors/vmod.vcc b/lib/libvmod_directors/vmod.vcc
index c360837..d18151f 100644
--- a/lib/libvmod_directors/vmod.vcc
+++ b/lib/libvmod_directors/vmod.vcc
@@ -30,9 +30,11 @@ $Module directors 3 Backend traffic directors
DESCRIPTION
===========
-Vmod_directors enables load balancing in Varnish. The module serves
-as an example on how one could extend the load balancing capabilities
-of Varnish.
+`vmod_directors` enables backend load balancing in Varnish.
+
+The module implements a set of basic load balancing techniques, and
+also serves as an example on how one could extend the load balancing
+capabilities of Varnish.
To enable load balancing you must import this vmod (directors) in your
VCL:::
More information about the varnish-commit
mailing list