Skip to content

Instantly share code, notes, and snippets.

@matthewjackowski
Created April 2, 2016 20:07
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 matthewjackowski/351b271b8ce7fcfd6c12d6bbbf604e60 to your computer and use it in GitHub Desktop.
Save matthewjackowski/351b271b8ce7fcfd6c12d6bbbf604e60 to your computer and use it in GitHub Desktop.
Manually run a very small varnish
#!/bin/bash
set -e
exec bash -c \
"exec /usr/local/sbin/varnishd -F \
-a :80 \
-a :6443 \
-S /etc/varnish/secret \
-f /etc/varnish/default.vcl \
-s malloc,256m"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment