forked from pool/varnish
14 lines
460 B
Plaintext
14 lines
460 B
Plaintext
|
## 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"
|