17 lines
804 B
Plaintext
17 lines
804 B
Plaintext
####### PUPPET MANAGED #######################
|
|
# Configuration file for varnishncsa
|
|
#
|
|
# Note: If systemd is installed, this file is obsolete and ignored. You will
|
|
# need to copy /lib/systemd/system/varnishncsa.service to /etc/systemd/system/
|
|
# and edit that file.
|
|
#
|
|
# Uncomment this to enable logging for varnish. Please make sure you have
|
|
# enough disk space for significant amounts of log data. To disable logging,
|
|
# set the variable to "0", "no", or leave it unset.
|
|
#
|
|
FORMAT="%{Host}i %h %l %u %t \"%r\" %s %b \"%{Referer}i\" \"%{User-agent}i\" %{Varnish:time_firstbyte}x %{Varnish:hitmiss}x %{Varnish:handling}x %{X-Varnish}o"
|
|
#FORMAT="%{X-Varnish}o %{Varnish:handling}x %D"
|
|
DAEMON_OPTS="-a -w ${LOGFILE} -D -P ${PIDFILE}"
|
|
# NCSA log format, to be used by HTTP log analyzers
|
|
VARNISHNCSA_ENABLED=1
|