Skip to content

Instantly share code, notes, and snippets.

View jesslop's full-sized avatar
👩‍💻
Always Learning

Jessica Lopez jesslop

👩‍💻
Always Learning
  • Halifax, Canada
View GitHub Profile
@jesslop
jesslop / default.vcl
Created June 19, 2018 00:00
Varnish 4.0 Simple Configuration
#
# This is an example VCL file for Varnish.
#
# It does not do anything by default, delegating control to the
# builtin VCL. The builtin VCL is called when there is no explicit
# return statement.
#
# See the VCL chapters in the Users Guide at https://www.varnish-cache.org/docs/
# and http://varnish-cache.org/trac/wiki/VCLExamples for more examples.