summaryrefslogtreecommitdiff
path: root/extra/varnish/varnish.conf.d
blob: 2970468b7ed9a24baede461500e02a794fc07bb4 (plain)
1
2
3
4
5
6
7
8
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"