Skip to content

Instantly share code, notes, and snippets.

@bsphere
Created January 10, 2013 13:39
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 bsphere/4502091 to your computer and use it in GitHub Desktop.
Save bsphere/4502091 to your computer and use it in GitHub Desktop.
Varnish /etc/default/varnish to listen on port 80
DAEMON_OPTS="-a :80 \
-T localhost:6082 \
-f /etc/varnish/default.vcl \
-S /etc/varnish/secret \
-s malloc,256m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment