aboutsummaryrefslogtreecommitdiffstats
path: root/main/varnish/varnishd.confd
diff options
context:
space:
mode:
authorLeonardo Arena <rnalrd@alpinelinux.org>2012-06-15 08:27:27 +0000
committerLeonardo Arena <rnalrd@alpinelinux.org>2012-06-15 08:27:38 +0000
commitf3166b37956c87106d433d8314b2705f8efd0b91 (patch)
tree09be70e6e7219c76ff4aec68777ee36cbb5c3e52 /main/varnish/varnishd.confd
parentcfe93befa1f0680f648e8a90085da374932225cd (diff)
downloadaports-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.confd12
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"