Commit 04fef284 authored by Geoff Simmons's avatar Geoff Simmons

Fix the default path -- default vcl_path for production deployments.

parent 15c240e8
......@@ -179,7 +179,7 @@ new xreader = file.reader(STRING name, STRING path, DURATION ttl, BOOL log_check
new xreader = file.reader(
STRING name,
STRING path="/usr/local/etc/varnish:/usr/local/share/varnish/vcl:/usr/etc/varnish:/usr/share/varnish/vcl",
STRING path="/usr/local/etc/varnish:/usr/local/share/varnish/vcl:/etc/varnish:/usr/share/varnish/vcl",
DURATION ttl=120,
BOOL log_checks=0
)
......
......@@ -167,7 +167,7 @@ is followed.
.. _reader object:
$Object reader(PRIV_VCL, STRING name,
STRING path="/usr/local/etc/varnish:/usr/local/share/varnish/vcl:/usr/etc/varnish:/usr/share/varnish/vcl",
STRING path="/usr/local/etc/varnish:/usr/local/share/varnish/vcl:/etc/varnish:/usr/share/varnish/vcl",
DURATION ttl=120, BOOL log_checks=0)
Create an object to read and cache the contents of the file named
......
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