[master] a648591 Document backend.path restriction to VCL >= 4.1 in vcl(7).

Geoff Simmons geoff at uplex.de
Wed Mar 14 12:58:09 UTC 2018


commit a6485919dd06f858054d0e19f3c9be42e034561a
Author: Geoff Simmons <geoff at uplex.de>
Date:   Wed Mar 14 13:56:44 2018 +0100

    Document backend.path restriction to VCL >= 4.1 in vcl(7).

diff --git a/doc/sphinx/reference/vcl.rst b/doc/sphinx/reference/vcl.rst
index 9275b57..d2eec3d 100644
--- a/doc/sphinx/reference/vcl.rst
+++ b/doc/sphinx/reference/vcl.rst
@@ -221,11 +221,12 @@ parameters. The following attributes are available:
     single IP address. This attribute is mandatory, unless ``.path``
     is declared.
 
-  ``.path``
+  ``.path``	(``VCL >= 4.1``)
     The absolute path of a Unix domain socket at which a backend is
     listening. The file at that path must exist and must be accessible
     to Varnish at VCL load time, and it must be a socket. One of
-    ``.path`` or ``.host`` must be declared (but not both).
+    ``.path`` or ``.host`` must be declared (but not both). ``.path``
+    may only be used in VCL since version 4.1.
 
   ``.port``
     The port on the backend that Varnish should connect to. Ignored if


More information about the varnish-commit mailing list