Created
March 9, 2017 05:49
-
-
Save rintoug/cd7787fc31de36072e2e899026828aca to your computer and use it in GitHub Desktop.
How To Install and Configure Varnish with Apache on Ubuntu 16.04
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
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