Skip to content

Instantly share code, notes, and snippets.

@kovyrin
Created June 28, 2010 17:17
Show Gist options
  • Save kovyrin/456116 to your computer and use it in GitHub Desktop.
Save kovyrin/456116 to your computer and use it in GitHub Desktop.
exec /opt/varnish/sbin/varnishd \
-a :8080 \
-T localhost:6082 \
-P /var/run/varnish.pid \
-s file,/varnish/disk1,25GB \
-s file,/varnish/disk2,25GB \
-s file,/varnish/disk3,25GB \
-f /opt/varnish/etc/varnish/default.vcl \
-u nobody \
-F \
-p thread_pool_min=500 \
-p thread_pool_max=4000 \
-p thread_pools=8 \
-p thread_pool_add_delay=1 \
-p ping_interval=60 \
-p listen_depth=4096 \
-p lru_interval=60 \
-p log_hashstring=off \
-h classic,2000003
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment