forked from pool/varnish
e96c016473
Copy from server:http/varnish based on submit request 48519 from user jengelh OBS-URL: https://build.opensuse.org/request/show/48519 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/varnish?expand=0&rev=1
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"
|