diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-06-14 14:29:25 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-06-14 14:30:06 +0000 |
commit | ea30afc7785b4821628b194f0ff2f60c88337973 (patch) | |
tree | db132dde35aa39c85e20dcd484672034e5a8701f /testing/varnish/varnishd.confd | |
parent | 77adad331a213656cca46e9ac1f5282d854a9f99 (diff) | |
download | aports-ea30afc7785b4821628b194f0ff2f60c88337973.tar.bz2 aports-ea30afc7785b4821628b194f0ff2f60c88337973.tar.xz |
testing/varnish: create log dir and add reload function
Diffstat (limited to 'testing/varnish/varnishd.confd')
-rw-r--r-- | testing/varnish/varnishd.confd | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/testing/varnish/varnishd.confd b/testing/varnish/varnishd.confd index c2eb140db7..ebce5948ca 100644 --- a/testing/varnish/varnishd.confd +++ b/testing/varnish/varnishd.confd @@ -1,8 +1,11 @@ # /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" +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 |