puppet-standalone-mashup/additional-modules/varnish/templates/default

13 lines
278 B
Plaintext
Raw Permalink Normal View History

2012-07-05 21:05:53 +00:00
START=1
DAEMON_OPTS=" \
-a :80 \
-T 127.0.0.1:6082 \
-f <%= vcl_path %> \
-s file,<%= cache_dir %>/cache,<%= store_file_size %>M \
-u nobody \
-g nogroup \
-w <%= scope.lookupvar('::processorcount') %>,<%= scope.lookupvar('::processorcount').to_i * 2 %>,600 \
"