Created
April 2, 2016 20:07
-
-
Save matthewjackowski/351b271b8ce7fcfd6c12d6bbbf604e60 to your computer and use it in GitHub Desktop.
Manually run a very small varnish
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/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