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.d6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/varnish/varnish.conf.d b/extra/varnish/varnish.conf.d
index 904ca119f..4cf40c4fc 100644
--- a/extra/varnish/varnish.conf.d
+++ b/extra/varnish/varnish.conf.d
@@ -2,10 +2,10 @@
# Command line options to varnishd
#
+VARNISH_CFG="/etc/varnish/default.vcl"
+
VARNISHD_OPTS="-a 0.0.0.0:80 \
- -b localhost:8080 \
+ -f $VARNISH_CFG \
-T localhost:6082 \
-s malloc,64M
-u nobody -g nobody"
-
-VARNISH_CFG="/etc/varnish/default.vcl"