An open API service indexing awesome lists of open source software.

https://github.com/fgsch/vcl-snippets

Snippets for Varnish Cache
https://github.com/fgsch/vcl-snippets

snippets varnish vcl

Last synced: 2 days ago
JSON representation

Snippets for Varnish Cache

Awesome Lists containing this project

README

          

vcl-snippets
============

[![Build Status](https://travis-ci.org/fgsch/vcl-snippets.svg?branch=master)](https://travis-ci.org/fgsch/vcl-snippets)

A series of snippets for Varnish Cache divided by major version.

How to use
----------

Download the file with the required functionality and include it in the configuration using:

```
include "";
```

Alternatively copy and paste the code into the configuration.

Please note that Varnish will concatenate the subroutines as they appear in the file so the order *does* matter.