Skip to content

Instantly share code, notes, and snippets.

@seyhunak
Last active January 4, 2016 18:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save seyhunak/8664423 to your computer and use it in GitHub Desktop.
Save seyhunak/8664423 to your computer and use it in GitHub Desktop.
Varnish - Deamon Options
# /etc/default/varnish
DAEMON_OPTS="-a :80 \
-T localhost:6082 \
-f /etc/varnish/default.vcl \
-S /etc/varnish/secret \
-p thread_pools=4 \
-p thread_pool_max=1500 \
-p listen_depth=2048 \
-p lru_interval=1800 \
-h classic,169313 \
-p connect_timeout=600 \
-p http_req_size=64000 \
-s malloc,2G"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment