Skip to content

Instantly share code, notes, and snippets.

@rintoug
Created March 9, 2017 05:49
Show Gist options
  • Save rintoug/cd7787fc31de36072e2e899026828aca to your computer and use it in GitHub Desktop.
Save rintoug/cd7787fc31de36072e2e899026828aca to your computer and use it in GitHub Desktop.
How To Install and Configure Varnish with Apache on Ubuntu 16.04
DAEMON_OPTS="-a :6081\
-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