Skip to content

Instantly share code, notes, and snippets.

@matthewjackowski
Created April 2, 2016 20:07
Show Gist options
  • Save matthewjackowski/351b271b8ce7fcfd6c12d6bbbf604e60 to your computer and use it in GitHub Desktop.
Save matthewjackowski/351b271b8ce7fcfd6c12d6bbbf604e60 to your computer and use it in GitHub Desktop.

Revisions

  1. Matthew Jackowski renamed this gist Apr 2, 2016. 1 changed file with 0 additions and 0 deletions.
    File renamed without changes.
  2. Matthew Jackowski created this gist Apr 2, 2016.
    11 changes: 11 additions & 0 deletions run
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,11 @@
    #!/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"