Commit 08b4fb35 authored by Geoff Simmons's avatar Geoff Simmons

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

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