aports/testing/varnish/varnishd.confd
Natanael Copa c452528a37 testing/varnish: new aport
High-performance HTTP accelerator
http://www.varnish-cache.org/
2011-04-11 10:02:01 +00:00

10 lines
311 B
Plaintext

# /etc/conf.d/varnishd
# options passed to varnish on startup
# please see the varnishd man page for more options
VARNISHD_OPTS="-a 127.0.0.1:8080 -b 127.0.0.1:80"
# arguments passed to varnishncsa
# please see the varnishncsa man page for more options
VARNISHNCSA_ARGS="-c -a -w /var/log/varnish/access.log"