Slide 55
Slide 55 text
Varnish + wordPREss = ❤
1 default.vcl = http://bit.ly/VarnishVCL
DAEMON_OPTS="-a :80,:443 \
-T localhost:6082 \
-f /etc/varnish/default.vcl \
-S /etc/varnish/secret \
-p thread_pool_add_delay=2 \
-p thread_pools=8 \
-p thread_pool_min=100 \
-p thread_pool_max=4000 \
-s malloc,2G”
2
3 Have Nginx on port 8080, Varnish on 80
. com @tjasko
4 Use the WP-Varnish Plugin bit.ly/wpvarnish