summaryrefslogtreecommitdiff
path: root/pkgs/varnish/varnish.conf
blob: d768261a0df428a73b0d821bbc7faa5ae26a7017 (plain)
1
2
3
4
5
6
7
8
9
# Options for the varnishd command line
# For example:
# OPTS="-b varnish.projects.linpro.no"
# Read the varnishd man page for info
# 
# Use -F if you want to use it with runit
# or daemontools
#
OPTS="-b localhost:80 -u nobody -g nobody -n /var/varnish/$hostname"