varnish base config, crude
This commit is contained in:
13
templates/etc_default_varnishlog.erb
Normal file
13
templates/etc_default_varnishlog.erb
Normal file
@@ -0,0 +1,13 @@
|
||||
#### PUPPET MANAGED ##############
|
||||
# Configuration file for varnishlog
|
||||
#
|
||||
# Note: If systemd is installed, this file is obsolete and ignored. You will
|
||||
# need to copy /lib/systemd/system/varnishlog.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.
|
||||
#
|
||||
# Varnish log format, to be used by "varnishlog" or "varnishncsa"
|
||||
VARNISHLOG_ENABLED=1
|
||||
Reference in New Issue
Block a user