diff options
Diffstat (limited to 'testing/varnish/varnishd.confd')
-rw-r--r-- | testing/varnish/varnishd.confd | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/testing/varnish/varnishd.confd b/testing/varnish/varnishd.confd new file mode 100644 index 0000000000..c2eb140db7 --- /dev/null +++ b/testing/varnish/varnishd.confd @@ -0,0 +1,9 @@ +# /etc/conf.d/varnishd + +# options passed to varnish on startup +# please see the varnishd man page for more options +VARNISHD_OPTS="-a 127.0.0.1:8080 -b 127.0.0.1:80" + +# arguments passed to varnishncsa +# please see the varnishncsa man page for more options +VARNISHNCSA_ARGS="-c -a -w /var/log/varnish/access.log" |