diff options
author | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-06-15 08:27:27 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2012-06-15 08:27:38 +0000 |
commit | f3166b37956c87106d433d8314b2705f8efd0b91 (patch) | |
tree | 09be70e6e7219c76ff4aec68777ee36cbb5c3e52 /main/varnish/varnishd.confd | |
parent | cfe93befa1f0680f648e8a90085da374932225cd (diff) | |
download | aports-f3166b37956c87106d433d8314b2705f8efd0b91.tar.bz2 aports-f3166b37956c87106d433d8314b2705f8efd0b91.tar.xz |
testing/varnish: move to main
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" |