14 lines
411 B
Text
14 lines
411 B
Text
# Varnish-agent environment configuration description. This was derived
|
|
# from the old style sysconfig/defaults settings
|
|
|
|
# Default port to bind to.
|
|
VAGENT_PORT=6085
|
|
|
|
# Default location of the HTML interface.
|
|
VAGENT_HTML_DIRECTORY=/usr/share/varnish-agent/html
|
|
|
|
# Additional options if needed.
|
|
VAGENT_OPTS=
|
|
|
|
# Shared secret file, used to authenticate with varnishd
|
|
VAGENT_SECRET_FILE=/etc/varnish/agent_secret
|