SHA256
1
0
forked from pool/varnish
varnish/varnish.sysconfig

14 lines
460 B
Plaintext
Raw Normal View History

## Path: Network/WWW/Varnishd
## Description: start parameters for varnishd.
## Type: string
## Default: "-f /etc/varnish/vcl.conf -T127.0.0.1:6082 -s file,/var/cache/varnish"
## Config: varnishd
#
# start parameters for varnishd.
#
# see man 1 varnishd for more
#
# You might want to keep "/var/cache/varnish" when using the file backend.
#
VARNISHD_PARAMS="-f /etc/varnish/vcl.conf -T127.0.0.1:6082 -s file,/var/cache/varnish,524288"