summaryrefslogtreecommitdiff
path: root/extra/varnish/varnish.conf.d
diff options
context:
space:
mode:
Diffstat (limited to 'extra/varnish/varnish.conf.d')
-rw-r--r--extra/varnish/varnish.conf.d9
1 files changed, 9 insertions, 0 deletions
diff --git a/extra/varnish/varnish.conf.d b/extra/varnish/varnish.conf.d
new file mode 100644
index 000000000..2970468b7
--- /dev/null
+++ b/extra/varnish/varnish.conf.d
@@ -0,0 +1,9 @@
+#
+# Command line options to varnishd
+#
+
+VARNISHD_OPTS="-a 0.0.0.0:80 \
+ -b localhost:8080 \
+ -T localhost:6082 \
+ -s malloc,64M
+ -u nobody -g nobody"