From 436fdc6037841f73beccce83bbb3ee467bf837c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20R?= Date: Mon, 27 Nov 2017 20:51:47 +0100 Subject: [PATCH] [VCL] Typo --- docs/varnish/vcl/varnish4.vcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/varnish/vcl/varnish4.vcl b/docs/varnish/vcl/varnish4.vcl index e6e95cc1..d23320aa 100644 --- a/docs/varnish/vcl/varnish4.vcl +++ b/docs/varnish/vcl/varnish4.vcl @@ -14,7 +14,7 @@ vcl 4.0; import std; import xkey; -// For customizing your backend and acl rules see parameters.yml +// For customizing your backend and acl rules see parameters.vcl include "parameters.vcl"; // Called at the beginning of a request, after the complete request has been received