diff --git a/docs/varnish/vcl/varnish7.vcl b/docs/varnish/vcl/varnish7.vcl index 16a0fd8a..5bfc54ed 100644 --- a/docs/varnish/vcl/varnish7.vcl +++ b/docs/varnish/vcl/varnish7.vcl @@ -10,7 +10,7 @@ import std; import xkey; // For customizing your backend and acl rules see parameters.vcl -include "parameters.vcl"; +include "/etc/varnish/parameters.vcl"; // Called at the beginning of a request, after the complete request has been received sub vcl_recv {