diff options
Diffstat (limited to 'main/varnish/varnishd.confd')
-rw-r--r-- | main/varnish/varnishd.confd | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/main/varnish/varnishd.confd b/main/varnish/varnishd.confd new file mode 100644 index 0000000000..ebce5948ca --- /dev/null +++ b/main/varnish/varnishd.confd @@ -0,0 +1,12 @@ +# /etc/conf.d/varnishd + +ADMINHOSTPORT="127.0.0.1:65080" +CFG_FILE="/etc/varnish/default.vcl" + +# 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 -T $ADMINHOSTPORT" + +# arguments passed to varnishncsa +# please see the varnishncsa man page for more options +VARNISHNCSA_ARGS="-c -a -w /var/log/varnish/access.log" |