Skip to content

Commit

Permalink
Removed the -p srcaddr_ttl bit, as newer versions of Varnish have eli…
Browse files Browse the repository at this point in the history
…minated that parameter completely.
  • Loading branch information
wyhaines committed May 6, 2010
1 parent 99e6c14 commit c1033b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cookbooks/varnish/templates/default/varnishd.monitrc.erb
@@ -1,4 +1,4 @@
check process varnish_80
with pidfile /var/run/varnish/varnish.80.pid
start program = "/usr/sbin/varnishd -a :80 -T 127.0.0.1:6082 -s <%= @cache %> -f /etc/varnish/default.vcl -u nobody -g nobody -p obj_workspace=4096 -p sess_workspace=262144 -p listen_depth=2048 -p overflow_max=<%= @overflow_max %> -p ping_interval=2 -p log_hashstring=off -h classic,5000009 -p thread_pool_max=<%= @thread_pool_max %> -p lru_interval=60 -p esi_syntax=0x00000003 -p sess_timeout=10 -p thread_pools=<%= @thread_pools %> -p thread_pool_min=100 -p shm_workspace=32768 -p srcadd_ttl=0 -p thread_pool_add_delay=1"
start program = "/usr/sbin/varnishd -a :80 -T 127.0.0.1:6082 -s <%= @cache %> -f /etc/varnish/default.vcl -u nobody -g nobody -p obj_workspace=4096 -p sess_workspace=262144 -p listen_depth=2048 -p overflow_max=<%= @overflow_max %> -p ping_interval=2 -p log_hashstring=off -h classic,5000009 -p thread_pool_max=<%= @thread_pool_max %> -p lru_interval=60 -p esi_syntax=0x00000003 -p sess_timeout=10 -p thread_pools=<%= @thread_pools %> -p thread_pool_min=100 -p shm_workspace=32768 -p thread_pool_add_delay=1"
stop program = "/usr/bin/varnishadm -T 127.0.0.1:6082 stop"

0 comments on commit c1033b1

Please sign in to comment.